@ -21,6 +21,8 @@ Contributors:
#include <stdlib.h>
#include <string.h>
#include "memory_mosq.h"
#ifdef REAL_WITH_MEMORY_TRACKING
# if defined(__APPLE__)
# include <malloc/malloc.h>
@ -32,8 +34,6 @@ Contributors:
# endif
#endif
static unsigned long memcount = 0;
static unsigned long max_memcount = 0;