mirror of
https://github.com/eclipse-mosquitto/mosquitto.git
synced 2026-09-22 16:15:05 +08:00
Fix incorrect header position.
This commit is contained in:
+2
-2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user