diff options
Diffstat (limited to 'tests/unit/unit.c')
-rw-r--r-- | tests/unit/unit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/unit.c b/tests/unit/unit.c index 9c115031d..5123155e0 100644 --- a/tests/unit/unit.c +++ b/tests/unit/unit.c @@ -18,7 +18,7 @@ * */ -#ifdef linux +#ifdef __linux__ #ifndef _GNU_SOURCE #define _GNU_SOURCE #endif |