blob: 3aab7443d8df0b85657262df616ff709258e1285 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
$FreeBSD$
--- codecs/codec_zap.c
+++ codecs/codec_zap.c
@@ -39,7 +39,11 @@
#include <sys/ioctl.h>
#include <errno.h>
#include <sys/mman.h>
+#if defined(__linux__)
#include <linux/zaptel.h>
+#else
+#include <zaptel/zaptel.h>
+#endif
#include "asterisk/lock.h"
#include "asterisk/translate.h"
|