diff options
Diffstat (limited to 'src/stdafx.h')
-rw-r--r-- | src/stdafx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stdafx.h b/src/stdafx.h index 319d94edf..78188f8fa 100644 --- a/src/stdafx.h +++ b/src/stdafx.h @@ -33,6 +33,7 @@ #if defined(__HAIKU__) # include <SupportDefs.h> # include <unistd.h> +# define _DEFAULT_SOURCE # define _GNU_SOURCE # define TROUBLED_INTS #endif |