Skip to content

Commit 4d25a31

Browse files
authored
Merge pull request commonmark#248 from ryantm/fix-include
cmark-gfm-core-extensions: use stdbool.h instead of private header
2 parents eb32891 + 4517fef commit 4d25a31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/cmark-gfm-core-extensions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ extern "C" {
77

88
#include "cmark-gfm-extension_api.h"
99
#include "cmark-gfm-extensions_export.h"
10-
#include "config.h" // for bool
10+
#include <stdbool.h>
1111
#include <stdint.h>
1212

1313
CMARK_GFM_EXTENSIONS_EXPORT

0 commit comments

Comments
 (0)