aboutsummaryrefslogtreecommitdiffhomepage
path: root/env.h
diff options
context:
space:
mode:
Diffstat (limited to 'env.h')
-rw-r--r--env.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/env.h b/env.h
index e69b7fc9..411b51ec 100644
--- a/env.h
+++ b/env.h
@@ -6,9 +6,10 @@
#define FISH_ENV_H
#include <wchar.h>
+#include <stdint.h>
+#include <string>
#include <map>
-#include "util.h"
#include "common.h"
/* Flags that may be passed as the 'mode' in env_set / env_get_string */