mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
16 lines
257 B
C
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__
|