From 64d27d3e9ec77874895f4dceac4fed89ff95fa12 Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Tue, 28 Sep 2010 17:24:57 +0200 Subject: dhash: add stddef.h to dhash.h size_t is used in dhash.h and was currently not defined by any included header file. --- dhash/dhash.h | 1 + 1 file changed, 1 insertion(+) (limited to 'dhash') diff --git a/dhash/dhash.h b/dhash/dhash.h index 70d083e..95f9fff 100644 --- a/dhash/dhash.h +++ b/dhash/dhash.h @@ -77,6 +77,7 @@ terms of this license. /*****************************************************************************/ #include +#include /*****************************************************************************/ /*********************************** Defines *********************************/ -- cgit