blob: fcc5959f831a8d5376c983618113dcf35c6e8c3f (
plain) (
tree)
|
|
--- daemon.cc.bak Tue Aug 4 17:18:14 1998
+++ daemon.cc Wed Aug 20 17:07:49 2003
@@ -32,6 +32,7 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
+#include <stdlib.h>
#include <unistd.h>
#include "stddef.h"
#include "daemon.h"
|