forked from github/server
missing include
This commit is contained in:
parent
d44656189d
commit
7d9442d360
|
@ -25,6 +25,7 @@ without prior permission by the authors of Eressea.
|
||||||
|
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
typedef struct building_action {
|
typedef struct building_action {
|
||||||
struct building *b;
|
struct building *b;
|
||||||
|
|
Loading…
Reference in New Issue