aboutsummaryrefslogtreecommitdiff
path: root/databases/puredb/files/patch-src_example__read.c
blob: 547b3e2f5283de40f761b30d2cdf5bbf13722347 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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)