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