From 15bb8f712d880fc2facdbc0d984ecd61b31c4c5d Mon Sep 17 00:00:00 2001 From: axel Date: Mon, 6 Mar 2006 07:24:11 +1000 Subject: [PATCH] Add missing includes darcs-hash:20060305212411-ac50b-4d672d98dd57914be7906e756e5e59e15bb02570.gz --- fallback.h | 4 ++++ wgetopt.c | 1 + 2 files changed, 5 insertions(+) diff --git a/fallback.h b/fallback.h index c4e1312a1..b22cc48a2 100644 --- a/fallback.h +++ b/fallback.h @@ -2,8 +2,12 @@ #ifndef FISH_FALLBACK_H #define FISH_FALLBACK_H +#include +#include + #ifdef TPUTS_KLUDGE + /** Linux on PPC seems to have a tputs implementation that sometimes behaves strangely. This fallback seems to fix things. diff --git a/wgetopt.c b/wgetopt.c index d63fc7593..a3432073d 100644 --- a/wgetopt.c +++ b/wgetopt.c @@ -92,6 +92,7 @@ #include "wgetopt.h" #include "wutil.h" +#include "fallback.h"