1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

fix "./configure --with-debug" builds

(without CFLAGS=-DSAFEMALLOC).
This commit is contained in:
Sergei Golubchik
2011-06-15 19:44:00 +02:00
parent ccdecaea59
commit 2c243b3199

View File

@@ -22,7 +22,7 @@
#undef DBUG_OFF
#endif
#ifndef SAFEMALLOC
#define SAFEMALLOC
#define SAFEMALLOC 1
#endif
#include "heapdef.h" /* Because of hp_find_block */