diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2014-06-12 11:05:10 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2014-06-12 11:05:10 -0400 |
commit | bb976e3a5cc01abecf6729eb511f75fb21c6d2c4 (patch) | |
tree | 606e5094f454fa53bcd52afac5cb815742d13e56 /libdimension/dimension/malloc.h | |
parent | 453bb6c1b79d6d4fe4b1277336dc0f4097a5ee6b (diff) | |
download | dimension-bb976e3a5cc01abecf6729eb511f75fb21c6d2c4.tar.xz |
Add a C99 conformance test for the headers.
Diffstat (limited to 'libdimension/dimension/malloc.h')
-rw-r--r-- | libdimension/dimension/malloc.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <stddef.h> /* For size_t */ +#include <stddef.h> // For size_t /** * Allocate some memory. Always use dmnsn_free() to free this memory, never |