opnsense-ports/textproc/groonga/files/patch-src_groonga__benchmark.c
Franco Fichtner c43458aa62 */*: sync with upstream
Taken from: FreeBSD
2015-05-30 10:16:17 +02:00

12 lines
274 B
C

--- src/groonga_benchmark.c.orig 2015-05-29 10:18:15 UTC
+++ src/groonga_benchmark.c
@@ -51,6 +51,9 @@
#include <libgen.h>
#endif /* WIN32 */
+#if defined(__FreeBSD__) || defined(__DragonFly__)
+#include <netinet/in.h>
+#endif
/*
#define DEBUG_FTP
#define DEBUG_HTTP