C89_BUILD buildfix

This commit is contained in:
twinaphex 2016-09-01 18:22:29 +02:00
parent 45b623043a
commit 9806dec502

View File

@ -14,10 +14,15 @@
* If not, see <http://www.gnu.org/licenses/>.
*/
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <ctype.h>
#ifdef HAVE_CONFIG_H
#include "../config.h"
#endif
#include <compat/strl.h>
#include <retro_assert.h>
@ -28,10 +33,6 @@
#include "drivers_keyboard/keyboard_event_android.h"
#endif
#ifdef HAVE_CONFIG_H
#include "../config.h"
#endif
#if defined(HAVE_SDL) || defined(HAVE_SDL2)
#include "SDL.h"
#endif