Skip to content

Commit

Permalink
Merge pull request #248 from ryantm/fix-include
Browse files Browse the repository at this point in the history
cmark-gfm-core-extensions: use stdbool.h instead of private header
  • Loading branch information
phillmv authored Jan 31, 2023
2 parents eb32891 + 4517fef commit 4d25a31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/cmark-gfm-core-extensions.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ extern "C" {

#include "cmark-gfm-extension_api.h"
#include "cmark-gfm-extensions_export.h"
#include "config.h" // for bool
#include <stdbool.h>
#include <stdint.h>

CMARK_GFM_EXTENSIONS_EXPORT
Expand Down

0 comments on commit 4d25a31

Please sign in to comment.