mirror of
https://github.com/libretro/RetroArch
synced 2025-02-20 15:40:44 +00:00
(Androd) Buildfix
This commit is contained in:
parent
6ae20f2016
commit
1cd98f1cf7
@ -18,8 +18,7 @@
|
||||
|
||||
#include <net/net_http.h>
|
||||
|
||||
#include "libretro.h"
|
||||
#include "performance.h"
|
||||
#include "../performance.h"
|
||||
#include "net_http_special.h"
|
||||
|
||||
int net_http_get(const char **result, size_t *size, const char *url, retro_time_t *timeout)
|
||||
|
@ -17,7 +17,7 @@
|
||||
#ifndef __NET_HTTP_SPECIAL_H
|
||||
#define __NET_HTTP_SPECIAL_H
|
||||
|
||||
#include "libretro.h"
|
||||
#include "../libretro.h"
|
||||
|
||||
enum
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user