diff --git a/whiptail.c b/whiptail.c index 09eca15..ac80652 100644 --- a/whiptail.c +++ b/whiptail.c @@ -8,6 +8,9 @@ #include #include #include +#ifdef __FreeBSD__ +# include +#endif #include "nls.h" #include "dialogboxes.h"