diff options
Diffstat (limited to 'lib/ss/pager.c')
-rw-r--r-- | lib/ss/pager.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/ss/pager.c b/lib/ss/pager.c index ff915dac..bc5c9b52 100644 --- a/lib/ss/pager.c +++ b/lib/ss/pager.c @@ -7,9 +7,12 @@ * For copyright information, see copyright.h. */ -#ifdef HAS_UNISTD_H +#ifdef HAVE_UNISTD_H #include <unistd.h> #endif +#ifdef HAVE_ERRNO_H +#include <errno.h> +#endif #include "ss_internal.h" #include "copyright.h" |