Skip to content
Snippets Groups Projects
Commit 5f8989a4 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

CURLDEBUG not MALLOCDEBUG

parent aa7b0648
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment