aboutsummaryrefslogtreecommitdiffstats
path: root/main/asterisk.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/asterisk.c')
-rw-r--r--main/asterisk.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/asterisk.c b/main/asterisk.c
index 367044858..e086c0673 100644
--- a/main/asterisk.c
+++ b/main/asterisk.c
@@ -86,7 +86,8 @@ int daemon(int, int); /* defined in libresolv of all places */
#include <sys/loadavg.h>
#endif
-#include "asterisk/dahdi.h"
+#include <sys/ioctl.h>
+#include <dahdi/user.h>
#ifdef linux
#include <sys/prctl.h>