mirror of
https://github.com/libretro/RetroArch
synced 2025-02-09 09:39:56 +00:00
Fix includes.
This commit is contained in:
parent
a3abda7e7b
commit
ad04db8365
@ -16,16 +16,16 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include "config.h"
|
#include "../config.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "image.h"
|
#include "image.h"
|
||||||
#include "file.h"
|
#include "../file.h"
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
#include "general.h"
|
#include "../general.h"
|
||||||
|
|
||||||
#ifdef HAVE_SDL_IMAGE
|
#ifdef HAVE_SDL_IMAGE
|
||||||
|
|
||||||
|
@ -30,5 +30,5 @@ struct texture_image
|
|||||||
|
|
||||||
bool texture_image_load(const char *path, struct texture_image* img);
|
bool texture_image_load(const char *path, struct texture_image* img);
|
||||||
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user