aboutsummaryrefslogtreecommitdiffhomepage
path: root/osx/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'osx/config.h')
-rw-r--r--osx/config.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/osx/config.h b/osx/config.h
index 14207b37..f606d92f 100644
--- a/osx/config.h
+++ b/osx/config.h
@@ -1,6 +1,9 @@
/* config.h. Generated from config.h.in by configure. */
/* config.h.in. Generated from configure.ac by autoheader. */
+#ifndef FISH_CONFIG_H
+#define FISH_CONFIG_H
+
/* Define to 1 if you have the `backtrace' function. */
#define HAVE_BACKTRACE 1
@@ -216,3 +219,5 @@
#define __warn_unused
#define __sentinel
#endif
+
+#endif