diff options
-rw-r--r-- | src/client.h | 2 | ||||
-rw-r--r-- | src/gui/viewport.h | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/src/client.h b/src/client.h index feead38e4..e896bb1e5 100644 --- a/src/client.h +++ b/src/client.h @@ -23,7 +23,9 @@ #ifdef DYECMD #include "progs/dyecmd/client.h" +PROGS_DYECMD_CLIENT_H #else // DYECMD #include "progs/manaplus/client.h" +PROGS_MANAPLUS_CLIENT_H #endif // DYECMD #endif // CLIENT_H 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 |