From cb41ee6186c8482095d80de845c09dd172b30b49 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Fri, 20 Mar 2015 17:57:29 +0100 Subject: [PATCH] net_http_test.c - Fixup header include --- libretro-common/net/net_http_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libretro-common/net/net_http_test.c b/libretro-common/net/net_http_test.c index fa4363b280..af2a30bc13 100644 --- a/libretro-common/net/net_http_test.c +++ b/libretro-common/net/net_http_test.c @@ -1,5 +1,5 @@ #include -#include "net_http.h" +#include #ifdef _WIN32 #include