1
0
mirror of https://github.com/osmarks/ngircd.git synced 2025-01-12 08:40:27 +00:00

Include "mcheck.h" when using mtrace().

This commit is contained in:
Alexander Barton 2008-08-18 23:27:56 +02:00
parent 41a23d20e4
commit 2c2c93e311

View File

@ -34,6 +34,10 @@
#include <pwd.h>
#include <grp.h>
#if defined(DEBUG) && defined(HAVE_MTRACE)
#include <mcheck.h>
#endif
#include "defines.h"
#include "resolve.h"
#include "conn.h"