aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/tokenizer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tokenizer.h')
-rw-r--r--src/tokenizer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tokenizer.h b/src/tokenizer.h
index 08a771f1..ff774d9b 100644
--- a/src/tokenizer.h
+++ b/src/tokenizer.h
@@ -9,7 +9,7 @@
#ifndef FISH_TOKENIZER_H
#define FISH_TOKENIZER_H
-#include <wchar.h>
+#include <stddef.h>
#include "common.h"
/**