Update SDK

This commit is contained in:
twinaphex 2015-02-05 19:18:34 +01:00
parent a7e3f4862b
commit 621d406429
3 changed files with 2 additions and 1 deletions

View File

@ -23,6 +23,7 @@
#include <string.h>
#include <retro_miscellaneous.h>
#include <file/file_path.h>
#include <string/string_list.h>
#include "7zip_support.h"
#include "../deps/7zip/7z.h"

View File

@ -31,6 +31,7 @@
#include <compat/msvc.h>
#include <file/file_path.h>
#include <retro_miscellaneous.h>
#include <string/string_list.h>
#if !defined(_WIN32) && !defined(__CELLOS_LV2__) && !defined(_XBOX)
#include <sys/param.h> /* PATH_MAX */

View File

@ -28,7 +28,6 @@
#include <stdint.h>
#include <stddef.h>
#include <sys/types.h>
#include <string/string_list.h>
#ifdef __cplusplus
extern "C" {