aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/path.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/path.h')
-rw-r--r--src/path.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/path.h b/src/path.h
index eec776a6..ae958b68 100644
--- a/src/path.h
+++ b/src/path.h
@@ -5,11 +5,12 @@
name can be found in the PATH, and various other path-related
issues.
*/
-
#ifndef FISH_PATH_H
#define FISH_PATH_H
#include <stddef.h>
+#include <stdbool.h>
+
#include "common.h"
#include "env.h"