diff options
Diffstat (limited to 'src/commit_list.h')
-rw-r--r-- | src/commit_list.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/commit_list.h b/src/commit_list.h index 9746c2801..a7551a2bc 100644 --- a/src/commit_list.h +++ b/src/commit_list.h @@ -7,6 +7,8 @@ #ifndef INCLUDE_commit_list_h__ #define INCLUDE_commit_list_h__ +#include "common.h" + #include "git2/oid.h" #define PARENT1 (1 << 0) |