1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
From: Bastian Germann <bastiangermann@fishpost.de>
Date: Sun, 26 Jul 2020 22:21:27 +0200
Subject: Build with libedit
---
diff --git a/includes.h b/includes.h
index 2e5667a..f9223fc 100644
--- a/includes.h
+++ b/includes.h
@@ -106,7 +106,7 @@ George Gesslein II, P.O. Box 224, Lansing, NY 14882-0224 USA.
#include <readline/history.h>
#endif
#if EDITLINE /* Editline is a stripped down version of readline. */
-#include <editline.h>
+#include <editline/readline.h>
#endif
/* Include files from the current directory: */
|