mirror of
https://git.freebsd.org/ports.git
synced 2025-06-30 09:00:33 -04:00
12 lines
230 B
C
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)
|