summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2011-07-10 07:14:32 +0000
committerKevin Lo <kevlo@FreeBSD.org>2011-07-10 07:14:32 +0000
commit5f099d0a7d7d609670fbca39f2f4abfb93e80f9d (patch)
tree79e7dfb89d9b8f370fde3c2afbf461eec6b8e365
parent5c6d2a01007980d5ddf208d824057a0b007725f5 (diff)
Notes
-rw-r--r--lib/libstand/zalloc_defs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libstand/zalloc_defs.h b/lib/libstand/zalloc_defs.h
index 84a828b99f4b..0f4f7e0cc576 100644
--- a/lib/libstand/zalloc_defs.h
+++ b/lib/libstand/zalloc_defs.h
@@ -38,8 +38,8 @@
#define DMALLOCDEBUG /* add debugging code to gather stats */
#define ZALLOCDEBUG
-#include <string.h>
#include <sys/stdint.h>
+#include <string.h>
#include "stand.h"
typedef uintptr_t iaddr_t; /* unsigned int same size as pointer */