diff options
Diffstat (limited to 'cgit.h')
-rw-r--r-- | cgit.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cgit.h b/cgit.h index 3120562..508179a 100644 --- a/cgit.h +++ b/cgit.h @@ -3,6 +3,8 @@ #include <git-compat-util.h> +#include <stdbool.h> + #include <cache.h> #include <grep.h> #include <object.h> |