aboutsummaryrefslogtreecommitdiffstats
path: root/src/eval.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/eval.c')
-rw-r--r--src/eval.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/eval.c b/src/eval.c
index f549f9d1ffe..e82fba1559e 100644
--- a/src/eval.c
+++ b/src/eval.c
@@ -26,6 +26,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
26 26
27#ifndef standalone 27#ifndef standalone
28#include "commands.h" 28#include "commands.h"
29#include "keyboard.h"
29#else 30#else
30#define INTERACTIVE 1 31#define INTERACTIVE 1
31#endif 32#endif