triggered a missing forward declaration.

This commit is contained in:
Enno Rehling 2018-02-14 20:02:50 +01:00
parent d15684a546
commit 4abc603d9d

View file

@ -45,6 +45,7 @@ extern "C" {
struct faction;
struct order;
struct message;
struct item_type;
typedef struct econ_request {
struct econ_request *next;