1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-07-13 15:29:15 -04:00
ports/sysutils/upsmon/files/patch-daemon.cc
Erwin Lansing a1262455ad Fix for 5.x
PR:		55819
Submitted by:	rwatson
2003-08-20 22:05:09 +00:00

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"