aboutsummaryrefslogtreecommitdiff
path: root/repl.c
diff options
context:
space:
mode:
Diffstat (limited to 'repl.c')
-rw-r--r--repl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/repl.c b/repl.c
index 94e1fae..400d7a1 100644
--- a/repl.c
+++ b/repl.c
@@ -17,8 +17,8 @@
*/
#include "ell.c"
-#include <readline/readline.h>
#include <readline/history.h>
+#include <readline/readline.h>
static void
run (struct ell *ell, struct ell_v *program) {