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"