summaryrefslogtreecommitdiff
path: root/net/b2bua/files/patch-util::transport::UdpStack.cxx
blob: bab283ef1c984b2bc762227fefefa4669d950b06 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- util/transport/UdpStack.cxx.orig	Sun Oct 10 21:24:12 2004
+++ util/transport/UdpStack.cxx	Sun Oct 10 21:26:32 2004
@@ -97,7 +97,10 @@
 #endif
 
 #ifdef __FreeBSD__
+#include <sys/param.h>
+#if __FreeBSD_version < 503001
 #include <isc/eventlib.h>
+#endif
 #endif
 
 #ifdef __APPLE__