summaryrefslogtreecommitdiff
path: root/net/vortex/files/patch-xpipes.c
blob: a1ad8a3b4b029425b9e98408663eb256e67e9a7b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- ./xpipes.c.orig	2013-04-18 09:50:44.000000000 -0400
+++ ./xpipes.c	2013-04-18 09:54:21.000000000 -0400
@@ -37,7 +37,11 @@
 #include <stdio.h>
 #include <string.h>
 #include <stdlib.h>
+#ifdef linux
 #include <linux/limits.h>
+#elif defined(__FreeBSD__)
+#include <sys/param.h>
+#endif
 #include <pthread.h>
 #include <unistd.h>