From bb976e3a5cc01abecf6729eb511f75fb21c6d2c4 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Thu, 12 Jun 2014 11:05:10 -0400 Subject: Add a C99 conformance test for the headers. --- libdimension/dimension/malloc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libdimension/dimension/malloc.h') diff --git a/libdimension/dimension/malloc.h b/libdimension/dimension/malloc.h index 742e3a2..e7dcd4a 100644 --- a/libdimension/dimension/malloc.h +++ b/libdimension/dimension/malloc.h @@ -25,7 +25,7 @@ * fails, they instead call dmnsn_error(). */ -#include /* For size_t */ +#include // For size_t /** * Allocate some memory. Always use dmnsn_free() to free this memory, never -- cgit v1.2.3