diff options
Diffstat (limited to 'databases/puredb/files/patch-src_example__read.c')
-rw-r--r-- | databases/puredb/files/patch-src_example__read.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/databases/puredb/files/patch-src_example__read.c b/databases/puredb/files/patch-src_example__read.c new file mode 100644 index 000000000000..547b3e2f5283 --- /dev/null +++ b/databases/puredb/files/patch-src_example__read.c @@ -0,0 +1,12 @@ +--- src/example_read.c.orig 2002-03-08 13:09:50 UTC ++++ src/example_read.c +@@ -3,6 +3,9 @@ + + #include <stdio.h> + #include <stdlib.h> ++#ifdef __FreeBSD__ ++#include <sys/types.h> ++#endif + #include <puredb_read.h> + + int main(void) |