diff options
Diffstat (limited to 'src/diff_xdiff.h')
-rw-r--r-- | src/diff_xdiff.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/diff_xdiff.h b/src/diff_xdiff.h index 88375986b..aca80b131 100644 --- a/src/diff_xdiff.h +++ b/src/diff_xdiff.h @@ -7,6 +7,8 @@ #ifndef INCLUDE_diff_xdiff_h__ #define INCLUDE_diff_xdiff_h__ +#include "common.h" + #include "diff.h" #include "xdiff/xdiff.h" #include "patch_generate.h" |