mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 10:06:40 -04:00
Unbreak build by adding missing header and disabling -Werror. Pass maintainership to submitter due to current maintainer inactivity. PR: 252907 Approved by: maintainer timeout (fjoe, 9 months)
10 lines
248 B
C
10 lines
248 B
C
--- drivers/dahdi/dahdi-base.c.orig 2014-05-10 07:54:19 UTC
|
|
+++ drivers/dahdi/dahdi-base.c
|
|
@@ -106,6 +106,7 @@
|
|
#if defined(__FreeBSD__)
|
|
#include <sys/filio.h>
|
|
#include <sys/proc.h>
|
|
+#include <sys/eventhandler.h>
|
|
|
|
#include "ng_dahdi_iface.h"
|
|
|