aboutsummaryrefslogtreecommitdiff
path: root/utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils.c')
-rw-r--r--utils.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/utils.c b/utils.c
index e75883978..ddbcddef5 100644
--- a/utils.c
+++ b/utils.c
@@ -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;