[dovecot-cvs] dovecot/src/lib process-title.c,1.3,1.4

cras at procontrol.fi cras at procontrol.fi
Sat Dec 28 09:09:30 EET 2002


Update of /home/cvs/dovecot/src/lib
In directory danu:/tmp/cvs-serv365/lib

Modified Files:
	process-title.c 
Log Message:
setproctitle() needs stdlib.h



Index: process-title.c
===================================================================
RCS file: /home/cvs/dovecot/src/lib/process-title.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- process-title.c	19 Dec 2002 01:02:35 -0000	1.3
+++ process-title.c	28 Dec 2002 07:09:28 -0000	1.4
@@ -27,6 +27,8 @@
 #include "lib.h"
 #include "process-title.h"
 
+#include <stdlib.h>
+
 /* NOTE: This really is a horrible hack, I don't recommend using it for
    anything else than debugging. */
 /*#define LINUX_PROCTITLE_HACK*/




More information about the dovecot-cvs mailing list