aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/fish_key_reader.cpp
diff options
context:
space:
mode:
authorGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2016-05-18 22:30:21 +0000
committerGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2016-05-18 22:30:21 +0000
commit9225b16d1285e620c7c13e3416bdd4099f8ff4b7 (patch)
treea39612633828387e1c69c134a194c6d1b7a382ab /src/fish_key_reader.cpp
parent00e32a0909e5d0d303936eec8cb697cb67069861 (diff)
add (or restore) config.h to all files
The autoconf-generated config.h contains a number of directives which may alter the behaviour of system headers on certain platforms. Always include it in every C++ file as the first include. Closes #2993.
Diffstat (limited to 'src/fish_key_reader.cpp')
-rw-r--r--src/fish_key_reader.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fish_key_reader.cpp b/src/fish_key_reader.cpp
index ef587d3c..7908bfef 100644
--- a/src/fish_key_reader.cpp
+++ b/src/fish_key_reader.cpp
@@ -6,6 +6,8 @@
// carriage-return (\cM) and newline (\cJ).
//
// Type "exit" or "quit" to terminate the program.
+#include "config.h" // IWYU pragma: keep
+
#include <getopt.h>
#include <locale.h>
#include <signal.h>