aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorfjoe <fjoe@FreeBSD.org>2015-03-22 03:06:22 +0800
committerfjoe <fjoe@FreeBSD.org>2015-03-22 03:06:22 +0800
commited2c0feb644cfc2add2bb44954ccbb7e4d220c92 (patch)
tree9ca45b2c6b6f7ed11ae6d1bad97f875575beaaba /misc
parente2e5b8b6ef1619c627f78b7418e8f7ddc7101d9e (diff)
downloadfreebsd-ports-gnome-ed2c0feb644cfc2add2bb44954ccbb7e4d220c92.tar.gz
freebsd-ports-gnome-ed2c0feb644cfc2add2bb44954ccbb7e4d220c92.tar.zst
freebsd-ports-gnome-ed2c0feb644cfc2add2bb44954ccbb7e4d220c92.zip
Unbreak build on -CURRENT (missing include).
Diffstat (limited to 'misc')
-rw-r--r--misc/dahdi-kmod26/files/patch-include-linux-interrupt.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/misc/dahdi-kmod26/files/patch-include-linux-interrupt.h b/misc/dahdi-kmod26/files/patch-include-linux-interrupt.h
new file mode 100644
index 000000000000..b848a95e5f83
--- /dev/null
+++ b/misc/dahdi-kmod26/files/patch-include-linux-interrupt.h
@@ -0,0 +1,10 @@
+--- include/linux/interrupt.h.orig 2015-03-22 01:01:33.625611000 +0600
++++ include/linux/interrupt.h 2015-03-22 01:01:42.854520000 +0600
+@@ -1,6 +1,7 @@
+ #ifndef _LINUX_INTERRUPT_H_
+ #define _LINUX_INTERRUPT_H_
+
++#include <sys/param.h>
+ #include <sys/types.h>
+ #include <sys/taskqueue.h>
+ #include <linux/kernel.h>