Fix griffin and HTTP server builds

This commit is contained in:
Andre Leiradella 2017-05-07 19:52:22 +01:00
parent 7404abf938
commit 78efeb6ae2
2 changed files with 2 additions and 2 deletions

View File

@ -134,7 +134,7 @@ ACHIEVEMENTS
#include "../libretro-common/formats/json/jsonsax.c"
#include "../network/net_http_special.c"
#include "../tasks/task_cheevos.c"
#include "../cheevos/cheevos.c"
#endif
/*============================================================

View File

@ -29,7 +29,7 @@
#include "../../core.h"
#include "../../gfx/video_driver.h"
#include "../../managers/core_option_manager.h"
#include "../../tasks/task_cheevos.h"
#include "../../cheevos/cheevos.h"
#include "../../content.h"
#define BASIC_INFO "info"