diff options
| -rw-r--r-- | lib/rbcodec/test/warble.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rbcodec/test/warble.c b/lib/rbcodec/test/warble.c index 9cb7cdf..a203d6f 100644 --- a/lib/rbcodec/test/warble.c +++ b/lib/rbcodec/test/warble.c @@ -18,7 +18,7 @@ * ****************************************************************************/ -#define _BSD_SOURCE /* htole64 from endian.h */ +#define _DEFAULT_SOURCE /* htole64 from endian.h */ #include <sys/types.h> #include <SDL.h> #include <dlfcn.h> |