Build fixes.

This commit is contained in:
Themaister 2012-05-28 00:27:53 +02:00
parent 5989fa0405
commit 28f3e473e3
2 changed files with 4 additions and 1 deletions

View File

@ -53,6 +53,9 @@
#ifdef HAVE_NETPLAY
#include "netplay.h"
#endif
#ifdef HAVE_NETWORK_CMD
#include "network_cmd.h"
#endif

View File

@ -17,7 +17,7 @@
#define NETWORK_CMD_H__
#include <stdint.h>
#include <stdbool.h>
#include "boolean.h"
typedef struct network_cmd network_cmd_t;