mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Fix griffin and HTTP server builds
This commit is contained in:
parent
7404abf938
commit
78efeb6ae2
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
/*============================================================
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue