mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 16:39:43 +00:00
Build fixes.
This commit is contained in:
parent
5989fa0405
commit
28f3e473e3
@ -53,6 +53,9 @@
|
||||
|
||||
#ifdef HAVE_NETPLAY
|
||||
#include "netplay.h"
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_NETWORK_CMD
|
||||
#include "network_cmd.h"
|
||||
#endif
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
#define NETWORK_CMD_H__
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
#include "boolean.h"
|
||||
|
||||
typedef struct network_cmd network_cmd_t;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user