Added missing #include to game-networking.c

Signed-off-by: Gergely POLONKAI <polesz@w00d5t0ck.info>
This commit is contained in:
Gergely POLONKAI 2012-05-19 11:51:14 +02:00
parent e9e78e825c
commit 8e02a3526a
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@
#include "db.h"
#include "configuration.h"
#include "menu.h"
#include "texts.h"
/**
* SECTION:game-networking