1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/news/cnews/files/patch-hostname.c
Dirk Meyer 922bee6599 - fix missing includes
- fix build with clang
Feature safe:	yes
2011-11-27 10:58:02 +00:00

11 lines
234 B
C

--- libcnews/hostname.c.orig 1993-11-21 03:24:17.000000000 +0100
+++ libcnews/hostname.c 2011-05-12 14:49:50.000000000 +0200
@@ -7,6 +7,7 @@
*/
#include <stdio.h>
+#include <string.h>
#include <sys/types.h>
#include "libc.h"