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 ++ 1 file changed, 2 insertions(+) (limited to 'src/client.h') 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 -- cgit v1.2.3-70-g09d2