forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
14 lines
267 B
C++
14 lines
267 B
C++
--- lib/input/file.cc.orig Mon Jun 13 12:21:49 2005
|
|
+++ lib/input/file.cc Tue May 16 15:39:14 2006
|
|
@@ -25,6 +25,11 @@
|
|
#include <fcntl.h>
|
|
#include <unistd.h>
|
|
|
|
+#ifdef __FreeBSD__
|
|
+#include <sys/types.h>
|
|
+#include <sys/stat.h>
|
|
+#endif
|
|
+
|
|
#include <input/file.h>
|
|
|
|
|