mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
922bee6599
- fix build with clang Feature safe: yes
11 lines
234 B
C
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"
|