diff options
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/viewport.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/viewport.h b/src/gui/viewport.h index 70c918bf6..615e1d796 100644 --- a/src/gui/viewport.h +++ b/src/gui/viewport.h @@ -23,8 +23,10 @@ #ifdef DYECMD #include "progs/dyecmd/gui/viewport.h" +PROGS_DYECMD_GUI_VIEWPORT_H #else #include "progs/manaplus/gui/viewport.h" +PROGS_MANAPLUS_GUI_VIEWPORT_H #endif // DYECMD #endif // GUI_VIEWPORT_H |