cscvs to tla changeset 73
authorJonathan McDowell <noodles@earth.li>
Mon, 31 May 2004 23:47:38 +0000 (23:47 +0000)
committerJonathan McDowell <noodles@earth.li>
Mon, 31 May 2004 23:47:38 +0000 (23:47 +0000)
Author: noodles
Date: 2003/04/20 22:56:26
Add some missing includes to reduce compiler warnings.

hash.c
merge.c

diff --git a/hash.c b/hash.c
index 91f3b9e2be24fafaeb79170438cf5351508c4086..4caa70909ba76a1db9e0dc46a0a00646b49a97d5 100644 (file)
--- a/hash.c
+++ b/hash.c
@@ -8,6 +8,7 @@
 
 #include <stdio.h>
 #include <stdlib.h>
+#include <string.h>
 
 #include "hash.h"
 #include "keystructs.h"
diff --git a/merge.c b/merge.c
index 3e8e8fcf7eb772ff8ca0b7cd8c1289c4d7ddb112..33924f05e3078b886a94afb702b4e331b9a9f51f 100644 (file)
--- a/merge.c
+++ b/merge.c
@@ -9,6 +9,7 @@
 #include <assert.h>
 #include <stdio.h>
 #include <stdlib.h>
+#include <string.h>
 
 #include "decodekey.h"
 #include "keydb.h"