aboutsummaryrefslogtreecommitdiffstats
path: root/cgit.h
diff options
context:
space:
mode:
Diffstat (limited to 'cgit.h')
-rw-r--r--cgit.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cgit.h b/cgit.h
index a0cf5e9..ddd2ccb 100644
--- a/cgit.h
+++ b/cgit.h
@@ -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