summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/rbcodec/test/warble.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rbcodec/test/warble.c b/lib/rbcodec/test/warble.c
index 9cb7cdfe07..a203d6f1da 100644
--- a/lib/rbcodec/test/warble.c
+++ b/lib/rbcodec/test/warble.c
@@ -18,7 +18,7 @@
18 * 18 *
19 ****************************************************************************/ 19 ****************************************************************************/
20 20
21#define _BSD_SOURCE /* htole64 from endian.h */ 21#define _DEFAULT_SOURCE /* htole64 from endian.h */
22#include <sys/types.h> 22#include <sys/types.h>
23#include <SDL.h> 23#include <SDL.h>
24#include <dlfcn.h> 24#include <dlfcn.h>