]> mj.ucw.cz Git - libucw.git/commitdiff
Fixed implicit declaration warning in hash-test.c
authorPavel Charvat <pavel.charvat@netcentrum.cz>
Thu, 20 Apr 2006 06:28:55 +0000 (08:28 +0200)
committerPavel Charvat <pavel.charvat@netcentrum.cz>
Thu, 20 Apr 2006 06:28:55 +0000 (08:28 +0200)
lib/hash-test.c

index 1b5ee45cb0067dcc8a9f4adb16bc8c2081635728..803a0302e7a98c4f373ee40328a781ef00c09bf8 100644 (file)
@@ -5,6 +5,7 @@
 
 #include <stdio.h>
 #include <string.h>
+#include <stdlib.h>
 
 /* TEST 1: integers */