fix gcc build

This commit is contained in:
Enno Rehling 2015-11-24 19:15:53 +01:00
parent 64b84481b2
commit 84a943b698
3 changed files with 5 additions and 0 deletions

View File

@ -12,6 +12,7 @@
#include <util/attrib.h>
#include <assert.h>
#include <string.h>
#include <stdlib.h>
ally * ally_find(ally *al, const struct faction *f) {

View File

@ -24,6 +24,9 @@ extern "C" {
#endif
struct attrib_type;
struct plane;
struct faction;
struct unit;
extern struct attrib_type at_npcfaction;
typedef struct ally {

View File

@ -64,6 +64,7 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
/* libc includes */
#include <assert.h>
#include <ctype.h>
#include <limits.h>
#include <stdlib.h>
#include <string.h>