diff options
author | Rich Felker <dalias@aerifal.cx> | 2011-04-20 15:55:58 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2011-04-20 15:55:58 -0400 |
commit | b052f13cd1215cf444f16ccf14c96e32f61f73e0 (patch) | |
tree | 4b1f027b51d17d54b1a81e29f36b67d4603e0a27 /src/malloc | |
parent | 53ab4e793bcff0dd5fa9cf76a4170cbacae342c9 (diff) | |
download | musl-b052f13cd1215cf444f16ccf14c96e32f61f73e0.tar.gz |
namespace fixes for sys/mman.h
Diffstat (limited to 'src/malloc')
-rw-r--r-- | src/malloc/malloc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/malloc/malloc.c b/src/malloc/malloc.c index 46cc21fb..bc8382e4 100644 --- a/src/malloc/malloc.c +++ b/src/malloc/malloc.c @@ -1,3 +1,4 @@ +#define _GNU_SOURCE #include <stdlib.h> #include <string.h> #include <limits.h> |