Skip to content

Commit

Permalink
chore: add explicit includes
Browse files Browse the repository at this point in the history
  • Loading branch information
ValdezFOmar committed Dec 20, 2024
1 parent a3e34aa commit 2c2a147
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/scanner.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
#include "tree_sitter/parser.h"

#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>

enum TokenType {
END_OF_FILE,
INTEGER_RANGE_START,
Expand Down

0 comments on commit 2c2a147

Please sign in to comment.