diff options
Diffstat (limited to 'openbsd-compat')
-rw-r--r-- | openbsd-compat/setproctitle.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsd-compat/setproctitle.c b/openbsd-compat/setproctitle.c index 95b662e4d..32e987deb 100644 --- a/openbsd-compat/setproctitle.c +++ b/openbsd-compat/setproctitle.c | |||
@@ -35,6 +35,7 @@ | |||
35 | 35 | ||
36 | #ifndef HAVE_SETPROCTITLE | 36 | #ifndef HAVE_SETPROCTITLE |
37 | 37 | ||
38 | #include <stdarg.h> | ||
38 | #include <unistd.h> | 39 | #include <unistd.h> |
39 | #ifdef HAVE_SYS_PSTAT_H | 40 | #ifdef HAVE_SYS_PSTAT_H |
40 | #include <sys/pstat.h> | 41 | #include <sys/pstat.h> |