_BSD_SOURCE is deprecated, and we're supposed to use _DEFAULT_SOURCE now.

Change-Id: Ia051bc758c8fe4002e222511fdc6be613cdd39e7
This commit is contained in:
Frank Gevaerts 2016-03-18 21:26:47 +01:00
parent 219e116fdf
commit 123346b86a

View File

@ -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>