diff options
-rw-r--r-- | src/ljamalg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ljamalg.c b/src/ljamalg.c index 57ad7851..cc32bf30 100644 --- a/src/ljamalg.c +++ b/src/ljamalg.c | |||
@@ -16,7 +16,7 @@ | |||
16 | #define ljamalg_c | 16 | #define ljamalg_c |
17 | #define LUA_CORE | 17 | #define LUA_CORE |
18 | 18 | ||
19 | /* To get the mremap prototype. Must be defind before any system includes. */ | 19 | /* To get the mremap prototype. Must be defined before any system includes. */ |
20 | #if defined(__linux__) && !defined(_GNU_SOURCE) | 20 | #if defined(__linux__) && !defined(_GNU_SOURCE) |
21 | #define _GNU_SOURCE | 21 | #define _GNU_SOURCE |
22 | #endif | 22 | #endif |