summaryrefslogtreecommitdiff
path: root/src/hashtable.h
diff options
context:
space:
mode:
authorCarlos Martín Nieto <cmn@elego.de>2011-07-05 14:36:22 +0200
committerCarlos Martín Nieto <cmn@elego.de>2011-07-05 14:38:33 +0200
commit8f63d54cb6be013a324338c4177c803701755468 (patch)
tree3a200d92b34db58f244d376c82e7e7cfa01a199a /src/hashtable.h
parentf12aa9dc5ed04cfe92f1d536314eb03185f67f7d (diff)
downloadlibgit2-8f63d54cb6be013a324338c4177c803701755468.tar.gz
Include common.h in hashtable.h
Without this, hashtable.h doesn't know what uint32_t is and the compiler thinks that it's a function type. Signed-off-by: Carlos Martín Nieto <cmn@elego.de>
Diffstat (limited to 'src/hashtable.h')
-rw-r--r--src/hashtable.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hashtable.h b/src/hashtable.h
index 3a4e6a7e3..be21be2b1 100644
--- a/src/hashtable.h
+++ b/src/hashtable.h
@@ -4,6 +4,7 @@
#include "git2/common.h"
#include "git2/oid.h"
#include "git2/odb.h"
+#include "common.h"
#define GIT_HASHTABLE_HASHES 3