diff options
Diffstat (limited to 'lib/helper.c')
-rw-r--r-- | lib/helper.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/helper.c b/lib/helper.c index 4e7945c..d1cd075 100644 --- a/lib/helper.c +++ b/lib/helper.c @@ -20,6 +20,7 @@ #include <string.h> #include <limits.h> #include <errno.h> +#include <sys/param.h> enum { KEY_HELP, |