changeset 864:a090577ffdca HEAD

setproctitle() needs stdlib.h
author Timo Sirainen <tss@iki.fi>
date Sat, 28 Dec 2002 09:09:28 +0200
parents 8ecfe2c250ee
children 8676ba4f3ba9
files src/lib/process-title.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/lib/process-title.c	Sat Dec 28 09:04:01 2002 +0200
+++ b/src/lib/process-title.c	Sat Dec 28 09:09:28 2002 +0200
@@ -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*/