]> git.sur5r.net Git - openldap/commitdiff
Needs <ac/stdlib.h> for EXIT_*
authorKurt Zeilenga <kurt@openldap.org>
Tue, 3 Aug 1999 18:41:55 +0000 (18:41 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 3 Aug 1999 18:41:55 +0000 (18:41 +0000)
libraries/liblutil/detach.c
servers/slurpd/main.c

index cd9f0e0f3ab9de1e845d9d0a728475a57f295107..a398ed356a3fc9ef41f7f73e15bfa58e406b4391 100644 (file)
@@ -14,6 +14,7 @@
 
 #include <stdio.h>
 
+#include <ac/stdlib.h>
 #include <ac/signal.h>
 #include <ac/socket.h>
 #include <ac/unistd.h>
index afe0889e66519f3b40d58eaceaf31dfc267a0d0b..c2a71484faf40b8c50498d846e7178ad74047e62 100644 (file)
@@ -17,6 +17,8 @@
 
 #include "portable.h"
 
+#include <ac/stdlib.h>
+
 #include <stdio.h>
 
 #include "slurp.h"