]> andersk Git - moira.git/commitdiff
add missing #include <string.h> (for strlen)
authordanw <danw>
Wed, 21 Oct 1998 19:22:16 +0000 (19:22 +0000)
committerdanw <danw>
Wed, 21 Oct 1998 19:22:16 +0000 (19:22 +0000)
update/client.c

index f5197b798c1632fdd7d65f8cf4682a2b72904955..d324423caec51457af9d5546f28c350a1e113a6b 100644 (file)
@@ -15,6 +15,7 @@
 #include <errno.h>
 #include <stdio.h>
 #include <stdlib.h>
+#include <string.h>
 
 #include <des.h>
 #include <krb.h>
This page took 0.059197 seconds and 5 git commands to generate.