aboutsummaryrefslogtreecommitdiffstats
path: root/net/relayd/files/patch-relayd-log.c
blob: 518d394c6dfef8e0b6098cbd0acbb12dcbcec089 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- relayd.orig/log.c   2011-05-22 01:06:39.461146172 +0200
+++ relayd/log.c    2011-05-22 01:06:54.680052759 +0200
@@ -16,7 +16,11 @@
  * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
+#ifdef __FreeBSD__
+#include <sys/param.h>
+#else
 #include <sys/types.h>
+#endif
 #include <sys/queue.h>
 #include <sys/socket.h>
 #include <sys/tree.h>