include config.h in doomdef.h

This commit is contained in:
Fabian Greffrath 2020-01-14 16:19:59 +01:00
parent 1f41cbee4b
commit 13715cd5f9

View File

@ -30,6 +30,10 @@
#ifndef __DOOMDEF__ #ifndef __DOOMDEF__
#define __DOOMDEF__ #define __DOOMDEF__
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
// This must come first, since it redefines malloc(), free(), etc. -- killough: // This must come first, since it redefines malloc(), free(), etc. -- killough:
#include "z_zone.h" #include "z_zone.h"