Skip to content

Commit 7d042fc

Browse files
authored
Merge pull request #329 from ahoppen/pr/include-stdint
Include stdint.h from c-syntax-nodes.h
2 parents 8bb2f8b + 513f7ac commit 7d042fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/_CSwiftSyntax/include/c-syntax-nodes.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
#define SWIFT_C_SYNTAX_C_DATA_TYPES_H
2828

2929
#include <stdbool.h>
30+
#include <stdint.h>
3031

3132
/// Offset+length in UTF8 bytes.
3233
typedef struct {

0 commit comments

Comments
 (0)