Merge pull request #301 from carlosmn/hashtable-include-fix

Include common.h in hashtable.h
This commit is contained in:
Vicent Martí 2011-07-05 06:27:56 -07:00
commit d830919a2c

View File

@ -4,6 +4,7 @@
#include "git2/common.h"
#include "git2/oid.h"
#include "git2/odb.h"
#include "common.h"
#define GIT_HASHTABLE_HASHES 3