ports/databases/puredb/files/patch-src_example__read.c
Dmitry Marakasov f8be6483d2 - Add LICENSE
- Switch to options helpers
- Regenerate patches with `make makepatch`
2016-08-13 09:01:07 +00:00

12 lines
230 B
C

--- 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)