summaryrefslogtreecommitdiff
path: root/x11-wm/afterstep/files/patch-hostname.c
blob: bb18385d6af090c9d714f8ccdfc76798ca60b57e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- lib/hostname.c.orig	1996-08-21 14:23:34 UTC
+++ lib/hostname.c
@@ -3,6 +3,7 @@
 #if HAVE_UNAME
 /* define mygethostname() by using uname() */
 
+#include <string.h>
 #include <sys/utsname.h>
 
 int mygethostname(char *client, int length)