diff options
Diffstat (limited to 'options.c')
-rw-r--r-- | options.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -7,6 +7,10 @@ #include <config.h> #include <stdio.h> #include <pwd.h> +#include <string.h> +#if defined(STDC_HEADERS) +#include <stdlib.h> +#endif #include "getopt.h" #include "fetchmail.h" |