summaryrefslogtreecommitdiffstats
path: root/lib/libstand/zalloc_defs.h
diff options
context:
space:
mode:
authorkevlo <kevlo@FreeBSD.org>2011-07-10 07:14:32 +0000
committerkevlo <kevlo@FreeBSD.org>2011-07-10 07:14:32 +0000
commitdb822870d75a60b6d4bff7a2f77202322076e66d (patch)
tree79e7dfb89d9b8f370fde3c2afbf461eec6b8e365 /lib/libstand/zalloc_defs.h
parentcc28ca14955368eb370917a8e4df0bc005fb29b1 (diff)
downloadFreeBSD-src-db822870d75a60b6d4bff7a2f77202322076e66d.zip
FreeBSD-src-db822870d75a60b6d4bff7a2f77202322076e66d.tar.gz
style(9) cleanup
Diffstat (limited to 'lib/libstand/zalloc_defs.h')
-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 84a828b..0f4f7e0 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 */
OpenPOWER on IntegriCloud