_BSD_SOURCE is deprecated, and we're supposed to use _DEFAULT_SOURCE now.
Change-Id: Ia051bc758c8fe4002e222511fdc6be613cdd39e7
This commit is contained in:
parent
219e116fdf
commit
123346b86a
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue