diff options
author | kevlo <kevlo@FreeBSD.org> | 2011-07-10 07:14:32 +0000 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2011-07-10 07:14:32 +0000 |
commit | db822870d75a60b6d4bff7a2f77202322076e66d (patch) | |
tree | 79e7dfb89d9b8f370fde3c2afbf461eec6b8e365 /lib/libstand | |
parent | cc28ca14955368eb370917a8e4df0bc005fb29b1 (diff) | |
download | FreeBSD-src-db822870d75a60b6d4bff7a2f77202322076e66d.zip FreeBSD-src-db822870d75a60b6d4bff7a2f77202322076e66d.tar.gz |
style(9) cleanup
Diffstat (limited to 'lib/libstand')
-rw-r--r-- | lib/libstand/zalloc_defs.h | 2 |
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 */ |