diff options
Diffstat (limited to 'libdimensionxx/cookie-fopencookie.cpp')
-rw-r--r-- | libdimensionxx/cookie-fopencookie.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libdimensionxx/cookie-fopencookie.cpp b/libdimensionxx/cookie-fopencookie.cpp index 070b038..e165c8d 100644 --- a/libdimensionxx/cookie-fopencookie.cpp +++ b/libdimensionxx/cookie-fopencookie.cpp @@ -21,8 +21,8 @@ #include "dimensionxx.hpp" #ifndef _GNU_SOURCE -// For fopencookie() -# define _GNU_SOURCE + // For fopencookie() + #define _GNU_SOURCE #endif #include <stdio.h> |