mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 21:22:39 -05:00
_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 <sys/types.h>
|
||||||
#include <SDL.h>
|
#include <SDL.h>
|
||||||
#include <dlfcn.h>
|
#include <dlfcn.h>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue