aboutsummaryrefslogtreecommitdiffstats
path: root/src/compat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/compat.h')
-rw-r--r--src/compat.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/compat.h b/src/compat.h
index f5b7059..dfc7120 100644
--- a/src/compat.h
+++ b/src/compat.h
@@ -8,6 +8,11 @@
#include <sys/param.h>
+#if __FreeBSD_version < 1400517
+#include <sys/sockbuf.h>
+#define sbcreatecontrol(a, b, c, d, e) sbcreatecontrol(a, b, c, d)
+#endif
+
#if __FreeBSD_version < 1300507
#include <sys/smp.h>
#include <sys/gtaskqueue.h>