diff options
Diffstat (limited to 'src/patch_parse.h')
-rw-r--r-- | src/patch_parse.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/patch_parse.h b/src/patch_parse.h index 99eb4587b..f27651e39 100644 --- a/src/patch_parse.h +++ b/src/patch_parse.h @@ -7,6 +7,10 @@ #ifndef INCLUDE_patch_parse_h__ #define INCLUDE_patch_parse_h__ +#include "common.h" + +#include "patch.h" + typedef struct { git_refcount rc; |