mirror of
https://github.com/curl/curl.git
synced 2026-07-28 15:33:08 +03:00
CURLDEBUG not MALLOCDEBUG
This commit is contained in:
parent
aa7b0648ff
commit
5f8989a436
1 changed files with 2 additions and 2 deletions
|
|
@ -48,8 +48,8 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef MALLOCDEBUG
|
||||
/* This is an ugly hack for MALLOCDEBUG conditions only. We need to include
|
||||
#ifdef CURLDEBUG
|
||||
/* This is an ugly hack for CURLDEBUG conditions only. We need to include
|
||||
the file here, since it might set the _FILE_OFFSET_BITS define, which must
|
||||
be set BEFORE all normal system headers. */
|
||||
#include "../lib/setup.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue