From 847260e5e91391a979f4292d130d7b6e3b43bdf1 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 6 Sep 2017 06:16:15 +0300 Subject: Add include protections into client.h and viewport.h --- src/client.h | 2 ++ src/gui/viewport.h | 2 ++ 2 files changed, 4 insertions(+) (limited to 'src') 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 -- cgit v1.2.3-60-g2f50