aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/env.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/env.h')
-rw-r--r--src/env.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/env.h b/src/env.h
index 3eb6313f..4b14d548 100644
--- a/src/env.h
+++ b/src/env.h
@@ -1,14 +1,15 @@
/** \file env.h
Prototypes for functions for setting and getting environment variables.
*/
-
#ifndef FISH_ENV_H
#define FISH_ENV_H
-#include <wchar.h>
#include <stdint.h>
#include <string>
#include <map>
+#include <stddef.h>
+#include <memory>
+#include <stdbool.h>
#include "common.h"