]> andersk Git - moira.git/commitdiff
add missing #include <string.h>
authordanw <danw>
Wed, 21 Oct 1998 19:27:29 +0000 (19:27 +0000)
committerdanw <danw>
Wed, 21 Oct 1998 19:27:29 +0000 (19:27 +0000)
update/auth_002.c
update/get_file.c

index f598ba9af7e17daf73c79cc56027b03307675db1..18cc73eafd7592ea781d4f59778a58d19833fc88 100644 (file)
@@ -13,6 +13,7 @@
 
 #include <errno.h>
 #include <stdio.h>
+#include <string.h>
 
 #include <krb.h>
 
index ff8023979bff7f4b857d3f9f97ac695f141c868f..be50013a61aac9213d483e06254aecef2a077ac6 100644 (file)
@@ -14,6 +14,7 @@
 #include <fcntl.h>
 #include <stdio.h>
 #include <stdlib.h>
+#include <string.h>
 #include <unistd.h>
 
 #include <des.h>
This page took 0.308704 seconds and 5 git commands to generate.