We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eb32891 + 4517fef commit 4d25a31Copy full SHA for 4d25a31
1 file changed
extensions/cmark-gfm-core-extensions.h
@@ -7,7 +7,7 @@ extern "C" {
7
8
#include "cmark-gfm-extension_api.h"
9
#include "cmark-gfm-extensions_export.h"
10
-#include "config.h" // for bool
+#include <stdbool.h>
11
#include <stdint.h>
12
13
CMARK_GFM_EXTENSIONS_EXPORT
0 commit comments