aboutsummaryrefslogtreecommitdiffhomepage
path: root/input.h
diff options
context:
space:
mode:
Diffstat (limited to 'input.h')
-rw-r--r--input.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/input.h b/input.h
index 323eb26d..38facddb 100644
--- a/input.h
+++ b/input.h
@@ -8,8 +8,12 @@ inputrc information for key bindings.
#ifndef FISH_INPUT_H
#define FISH_INPUT_H
-#include <wchar.h>
-#include <utility>
+#include <stddef.h>
+#include <string>
+#include <vector>
+
+#include "common.h"
+#include "env.h"
#include "input_common.h"