diff options
Diffstat (limited to 'utils.c')
-rw-r--r-- | utils.c | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,7 +1,10 @@ +#include "utils.h" + #include <errno.h> #include <fcntl.h> #include <grp.h> #include <pwd.h> +#include <stdarg.h> #include <stdio.h> #include <string.h> #ifndef NO_MAIN @@ -11,8 +14,6 @@ #include <sys/types.h> #include <unistd.h> -#include "utils.h" - typedef char pid_str[16]; static char const * app_name = NULL; |