From: Jonathan McDowell Date: Mon, 31 May 2004 23:47:38 +0000 (+0000) Subject: cscvs to tla changeset 73 X-Git-Tag: 0.2.0~14 X-Git-Url: http://the.earth.li/gitweb/?p=onak.git;a=commitdiff_plain;h=2f1b865faa5a6fbd809caa7c70f9b4dddfa35947 cscvs to tla changeset 73 Author: noodles Date: 2003/04/20 22:56:26 Add some missing includes to reduce compiler warnings. --- diff --git a/hash.c b/hash.c index 91f3b9e..4caa709 100644 --- a/hash.c +++ b/hash.c @@ -8,6 +8,7 @@ #include #include +#include #include "hash.h" #include "keystructs.h" diff --git a/merge.c b/merge.c index 3e8e8fc..33924f0 100644 --- a/merge.c +++ b/merge.c @@ -9,6 +9,7 @@ #include #include #include +#include #include "decodekey.h" #include "keydb.h"