Add include for stdlib.h

This is needed for size_t when hash.h is the first file included.
This commit is contained in:
Bill Currie 2011-01-06 15:17:49 +09:00
parent a09f02db1a
commit 2b539ee4ae
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@
#define __hash_h
#include <stdint.h>
#include <stdlib.h>
/** \defgroup hash Hash tables
\ingroup utils