diff options
Diffstat (limited to 'cgit.h')
-rw-r--r-- | cgit.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -25,6 +25,7 @@ | |||
25 | #include <utf8.h> | 25 | #include <utf8.h> |
26 | #include <notes.h> | 26 | #include <notes.h> |
27 | #include <graph.h> | 27 | #include <graph.h> |
28 | #include <inttypes.h> | ||
28 | 29 | ||
29 | /* Add isgraph(x) to Git's sane ctype support (see git-compat-util.h) */ | 30 | /* Add isgraph(x) to Git's sane ctype support (see git-compat-util.h) */ |
30 | #undef isgraph | 31 | #undef isgraph |