1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/news/cnews/files/patch-control.c
Dirk Meyer 922bee6599 - fix missing includes
- fix build with clang
Feature safe:	yes
2011-11-27 10:58:02 +00:00

11 lines
260 B
C

--- relay/control.c.orig 1994-09-08 21:42:09.000000000 +0200
+++ relay/control.c 2011-05-12 15:38:44.000000000 +0200
@@ -26,6 +26,7 @@
#include <stdio.h>
#include <stdlib.h>
+#include <unistd.h>
#include <ctype.h>
#include <string.h>
#include <errno.h>