From 37f495a1a7ae09f8cfa884bea264913f77ce25d5 Mon Sep 17 00:00:00 2001 From: Kp Date: Sun, 31 Mar 2013 15:37:51 +0000 Subject: [PATCH] Fix debug=1 build break from 2a3524cd ("Move segment handling from editor.h") When debug is enabled, gamecntl references symbols that moved to the new header. --- main/gamecntl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/main/gamecntl.c b/main/gamecntl.c index b283f1a43..03588fa3e 100644 --- a/main/gamecntl.c +++ b/main/gamecntl.c @@ -93,6 +93,7 @@ COPYRIGHT 1993-1999 PARALLAX SOFTWARE CORPORATION. ALL RIGHTS RESERVED. #ifdef EDITOR #include "editor/editor.h" +#include "editor/esegment.h" #endif #include