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`
10 lines
246 B
C
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" {
|