mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-22 11:22:18 -04:00
include config.h in doomdef.h
This commit is contained in:
parent
1f41cbee4b
commit
13715cd5f9
@ -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"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user