diff options
| author | Vicent Martà <tanoku@gmail.com> | 2011-07-05 06:27:56 -0700 |
|---|---|---|
| committer | Vicent Martà <tanoku@gmail.com> | 2011-07-05 06:27:56 -0700 |
| commit | d830919a2cdd59ad9f9d0e9b44b7a6a0e331799c (patch) | |
| tree | 3a200d92b34db58f244d376c82e7e7cfa01a199a | |
| parent | f12aa9dc5ed04cfe92f1d536314eb03185f67f7d (diff) | |
| parent | 8f63d54cb6be013a324338c4177c803701755468 (diff) | |
| download | libgit2-d830919a2cdd59ad9f9d0e9b44b7a6a0e331799c.tar.gz | |
Merge pull request #301 from carlosmn/hashtable-include-fix
Include common.h in hashtable.h
| -rw-r--r-- | src/hashtable.h | 1 |
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 |
