From 13715cd5f98622e2d22ac75ffc66d8971050a620 Mon Sep 17 00:00:00 2001 From: Fabian Greffrath Date: Tue, 14 Jan 2020 16:19:59 +0100 Subject: [PATCH] include config.h in doomdef.h --- Source/doomdef.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Source/doomdef.h b/Source/doomdef.h index b01464df..f2c834a7 100644 --- a/Source/doomdef.h +++ b/Source/doomdef.h @@ -30,6 +30,10 @@ #ifndef __DOOMDEF__ #define __DOOMDEF__ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + // This must come first, since it redefines malloc(), free(), etc. -- killough: #include "z_zone.h"