summaryrefslogtreecommitdiff
path: root/net/asterisk16/files/patch-channels::chan_zap.c
blob: 965a643bb687f3557b52c5a8b4c7381b6c4cefed (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$FreeBSD$

--- channels/chan_zap.c
+++ channels/chan_zap.c
@@ -42,7 +42,9 @@
 #include <sys/signal.h>
 #include <errno.h>
 #include <stdlib.h>
+#ifndef __FreeBSD__
 #include <stdint.h>
+#endif
 #include <unistd.h>
 #include <sys/ioctl.h>
 #ifdef __linux__