aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/tokenizer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tokenizer.h')
-rw-r--r--src/tokenizer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tokenizer.h b/src/tokenizer.h
index d6de2559..3c3b6236 100644
--- a/src/tokenizer.h
+++ b/src/tokenizer.h
@@ -5,11 +5,12 @@
tokenizing multiple strings and disposing of unused string
segments.
*/
-
#ifndef FISH_TOKENIZER_H
#define FISH_TOKENIZER_H
#include <stddef.h>
+#include <stdbool.h>
+
#include "common.h"
/**