From 5f099d0a7d7d609670fbca39f2f4abfb93e80f9d Mon Sep 17 00:00:00 2001 From: Kevin Lo Date: Sun, 10 Jul 2011 07:14:32 +0000 Subject: [PATCH] style(9) cleanup --- lib/libstand/zalloc_defs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 #include +#include #include "stand.h" typedef uintptr_t iaddr_t; /* unsigned int same size as pointer */