Fix incorrect header position.

pull/2438/head
Roger A. Light 4 years ago
parent aa96c2d922
commit fa9c2d0285

@ -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
#include "memory_mosq.h"
#ifdef REAL_WITH_MEMORY_TRACKING
static unsigned long memcount = 0;
static unsigned long max_memcount = 0;

Loading…
Cancel
Save