From 7787301eda4cbe4476a73241579c1838f6153279 Mon Sep 17 00:00:00 2001 From: Nick Wellnhofer Date: Wed, 31 Dec 2014 15:30:26 +0100 Subject: Include guards and C linkage for cmark_ctype.h --- src/cmark_ctype.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/cmark_ctype.c') diff --git a/src/cmark_ctype.c b/src/cmark_ctype.c index 8805b9a..a3871a8 100644 --- a/src/cmark_ctype.c +++ b/src/cmark_ctype.c @@ -1,5 +1,7 @@ #include +#include "cmark_ctype.h" + /** 1 = space, 2 = punct, 3 = digit, 4 = alpha, 0 = other */ static const int8_t cmark_ctype_class[256] = { -- cgit v1.2.3