opnsense-ports/security/zxid/files/patch-platform.h
Franco Fichtner a9154630f8 */*: sync with upstream
Taken from: FreeBSD
2016-03-12 19:22:54 +01:00

10 lines
246 B
C

--- platform.h.orig 2016-02-29 00:16:50 UTC
+++ platform.h
@@ -132,6 +132,7 @@ unsigned int alarm(unsigned int secs);
* NOT MINGW nor WIN32CL (i.e. its Unix) */
#include <dirent.h>
+#include <sys/types.h>
#ifdef __cplusplus
extern "C" {