summaryrefslogtreecommitdiff
path: root/src/system.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/system.hh')
-rw-r--r--src/system.hh4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/system.hh b/src/system.hh
index 30a1e8d0..f70ee57b 100644
--- a/src/system.hh
+++ b/src/system.hh
@@ -138,6 +138,10 @@ typedef std::ostream::pos_type ostream_pos_type;
#include <mpfr.h>
#include "sha1.h"
+#ifdef HAVE_LIBEDIT
+#include <editline/readline.h>
+#endif
+
#include <boost/algorithm/string/classification.hpp>
#include <boost/algorithm/string/predicate.hpp>
#include <boost/any.hpp>