1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/net/asterisk16/files/patch-channels::chan_zap.c
2004-10-17 18:00:02 +00:00

16 lines
257 B
C

$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__