(Android) Some build fixes

This commit is contained in:
twinaphex 2015-09-01 12:04:08 +02:00
parent 5e3a79b74b
commit a519654810
2 changed files with 17 additions and 11 deletions

View File

@ -1,9 +1,12 @@
#include <file/file_extract.h>
#include <file/file_path.h>
#include <stdio.h>
#include <string.h>
#include <file/file_extract.h>
#include <file/file_path.h>
#include <retro_assert.h>
#include <retro_miscellaneous.h>
#include "../native/com_retroarch_browser_NativeInterface.h"
//#define VERBOSE_LOG

View File

@ -21,21 +21,24 @@
*/
#include <ctype.h>
#ifndef HAVE_GETOPT_LONG
#include <string.h>
#include <boolean.h>
#include <stddef.h>
#include <stdlib.h>
#include <retro_miscellaneous.h>
#endif
#include <compat/getopt.h>
#include <compat/strl.h>
#include <compat/strcasestr.h>
#include <compat/posix_string.h>
#include <retro_assert.h>
#ifndef HAVE_GETOPT_LONG
#include <string.h>
#include <boolean.h>
#include <stddef.h>
#include <stdlib.h>
#include <ctype.h>
#include <retro_miscellaneous.h>
char *optarg;
int optind, opterr, optopt;