diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/porting.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/porting.h b/src/porting.h index add3926ea..2a91fdd06 100644 --- a/src/porting.h +++ b/src/porting.h @@ -60,7 +60,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include <unistd.h> #include <stdint.h> //for uintptr_t -#if (defined(linux) || defined(__linux) || defined(__GNU__)) && !defined(_GNU_SOURCE) + #if (defined(linux) || defined(__linux) || defined(__GNU__)) && !defined(_GNU_SOURCE) #define _GNU_SOURCE #endif |