summaryrefslogtreecommitdiffstats
path: root/dhash
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2010-09-28 17:24:57 +0200
committerStephen Gallagher <sgallagh@redhat.com>2010-10-12 14:26:07 -0400
commit64d27d3e9ec77874895f4dceac4fed89ff95fa12 (patch)
tree0ba8b8916216dbf3135b263d35cc8e19028a97f9 /dhash
parenta7d58845973f1e81e6cfc7d2a64b1456c1b17de8 (diff)
downloadding-libs-64d27d3e9ec77874895f4dceac4fed89ff95fa12.tar.gz
ding-libs-64d27d3e9ec77874895f4dceac4fed89ff95fa12.tar.xz
ding-libs-64d27d3e9ec77874895f4dceac4fed89ff95fa12.zip
dhash: add stddef.h to dhash.h
size_t is used in dhash.h and was currently not defined by any included header file.
Diffstat (limited to 'dhash')
-rw-r--r--dhash/dhash.h1
1 files changed, 1 insertions, 0 deletions
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 <stdbool.h>
+#include <stddef.h>
/*****************************************************************************/
/*********************************** Defines *********************************/