]> andersk Git - moira.git/commitdiff
Include <string.h> to fix some warnings.
authorzacheiss <zacheiss>
Thu, 15 Aug 2002 20:38:33 +0000 (20:38 +0000)
committerzacheiss <zacheiss>
Thu, 15 Aug 2002 20:38:33 +0000 (20:38 +0000)
clients/lib/error.c

index 7fb0c7d1ed061dc08aa5abb64d6484ee39c1f167..98ff1a928bca05ed87dca886cae52155235355c8 100644 (file)
@@ -15,6 +15,7 @@
 #include <stdarg.h>
 #include <stdlib.h>
 #include <stdio.h>
+#include <string.h>
 
 #include <com_err.h>
 
This page took 0.057987 seconds and 5 git commands to generate.