freebsd-ports/security/zxid/files/patch-platform.h
Dmitry Marakasov e7f144e703 - Fix license. COPYING explicitly states that APACHE20 does not apply, the license is actually commercial:
Commercial software. Please write info@synergetics.be for licensing terms.

LICENSE-2.0.txt does not apply. It is only provided for information,
e.g. on some related software packages.

- Switch to options helpers
- Regenerate patches with `make makepatch`
2016-03-13 02:19:18 +00: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" {