diff options
Diffstat (limited to 'databases/puredb/files/patch-example_read.c')
-rw-r--r-- | databases/puredb/files/patch-example_read.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/databases/puredb/files/patch-example_read.c b/databases/puredb/files/patch-example_read.c new file mode 100644 index 000000000000..ba6d4fe304a8 --- /dev/null +++ b/databases/puredb/files/patch-example_read.c @@ -0,0 +1,12 @@ +--- src/example_read.c.orig Fri Nov 1 23:21:19 2002 ++++ src/example_read.c Fri Nov 1 23:21:47 2002 +@@ -3,6 +3,9 @@ + + #include <stdio.h> + #include <stdlib.h> ++#ifdef __FreeBSD__ ++#include <sys/types.h> ++#endif + #include <puredb_read.h> + + int main(void) |