]> andersk Git - openssh.git/blobdiff - openbsd-compat/setproctitle.c
- tdeval@cvs.openbsd.org 2004/11/24 18:10:42
[openssh.git] / openbsd-compat / setproctitle.c
index 95b662e4d8f4d878abc556b47734c45639f5a986..b511f6649650084d12d025a0801479f9ec8835a3 100644 (file)
 
 #ifndef HAVE_SETPROCTITLE
 
+#include <stdarg.h>
+#include <stdlib.h>
 #include <unistd.h>
 #ifdef HAVE_SYS_PSTAT_H
 #include <sys/pstat.h>
 #endif
+#include <string.h>
 
 #define SPT_NONE       0       /* don't use it at all */
 #define SPT_PSTAT      1       /* use pstat(PSTAT_SETCMD, ...) */
This page took 0.030546 seconds and 4 git commands to generate.