Files
amdmi3 2d026b9541 - Add LICENSE
- Switch to options helpers
- Regenerate patches with `make makepatch`
2016-08-13 09:01:07 +00:00

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