From 32e128d1a041250295f9323b99ac35cd62c53343 Mon Sep 17 00:00:00 2001 From: rlar Date: Fri, 30 Jul 2010 19:17:20 +0000 Subject: [PATCH] need an #ifdef for one of the just added #includes --- ChangeLog | 4 ++++ src/main.c | 5 ++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4d601205f..7aba82e86 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-07-30 Robert Larice + * src/main.c : + need an #ifdef for one of the just added #includes + 2010-07-30 Robert Larice * src/frontend/com_dl.c , * src/frontend/com_help.c , diff --git a/src/main.c b/src/main.c index 40978172e..21b61fae0 100644 --- a/src/main.c +++ b/src/main.c @@ -60,6 +60,8 @@ extern int rl_catch_signals; /* missing from editline/readline.h */ #include "ipctiein.h" #include "mif.h" #include "enh.h" +#include "mifproto.h" +#include "evtproto.h" #endif #ifdef CIDER @@ -67,9 +69,6 @@ extern int rl_catch_signals; /* missing from editline/readline.h */ #include "maths/misc/accuracy.h" #endif -#include "mifproto.h" -#include "evtproto.h" - #if defined(HAVE_GNUREADLINE) || defined(HAVE_BSDEDITLINE) char history_file[512] = {'\0'}; static char *application_name;