]> the.earth.li Git - onak.git/commitdiff
Compile warning cleanup; add missed include file.
authorJonathan McDowell <noodles@earth.li>
Tue, 21 Sep 2004 13:07:38 +0000 (13:07 +0000)
committerJonathan McDowell <noodles@earth.li>
Tue, 21 Sep 2004 13:07:38 +0000 (13:07 +0000)
cleanup.c uses functions prototyped in string.h, so include it.

cleanup.c

index 32b997a5498e2de7c531738d2589e923ffe87783..3a33e60c2ef88c4daaae7867bd50068133080da4 100644 (file)
--- a/cleanup.c
+++ b/cleanup.c
@@ -9,6 +9,7 @@
 #include <signal.h>
 #include <stdbool.h>
 #include <stdlib.h>
+#include <string.h>
 
 #include "cleanup.h"
 #include "keydb.h"