mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Unbreak build on -CURRENT (missing include).
This commit is contained in:
parent
4e966029c2
commit
af5759a985
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=381816
1 changed files with 10 additions and 0 deletions
10
misc/dahdi-kmod26/files/patch-include-linux-interrupt.h
Normal file
10
misc/dahdi-kmod26/files/patch-include-linux-interrupt.h
Normal file
|
@ -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>
|
Loading…
Add table
Reference in a new issue