From 1cd98f1cf7ac08d22943f1b77a625006002509b4 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 9 May 2016 19:21:40 +0200 Subject: [PATCH] (Androd) Buildfix --- network/net_http_special.c | 3 +-- network/net_http_special.h | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/network/net_http_special.c b/network/net_http_special.c index 371e8b114b..3eec1fb230 100644 --- a/network/net_http_special.c +++ b/network/net_http_special.c @@ -18,8 +18,7 @@ #include -#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) diff --git a/network/net_http_special.h b/network/net_http_special.h index c22e5f01f8..de8c305153 100644 --- a/network/net_http_special.h +++ b/network/net_http_special.h @@ -17,7 +17,7 @@ #ifndef __NET_HTTP_SPECIAL_H #define __NET_HTTP_SPECIAL_H -#include "libretro.h" +#include "../libretro.h" enum {