mirror of
https://git.freebsd.org/ports.git
synced 2025-07-13 15:29:15 -04:00
10 lines
251 B
C++
10 lines
251 B
C++
--- 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"
|