From: Pavel Charvat Date: Thu, 20 Apr 2006 06:28:55 +0000 (+0200) Subject: Fixed implicit declaration warning in hash-test.c X-Git-Tag: holmes-import~645^2~21 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=d0203a8dfc3998fa063a6912df4c0efc33aeeb6f;p=libucw.git Fixed implicit declaration warning in hash-test.c --- diff --git a/lib/hash-test.c b/lib/hash-test.c index 1b5ee45c..803a0302 100644 --- a/lib/hash-test.c +++ b/lib/hash-test.c @@ -5,6 +5,7 @@ #include #include +#include /* TEST 1: integers */