From 8e02a3526aef19a1c1ae44b197567487d2a390e7 Mon Sep 17 00:00:00 2001 From: Gergely POLONKAI Date: Sat, 19 May 2012 11:51:14 +0200 Subject: [PATCH] Added missing #include to game-networking.c Signed-off-by: Gergely POLONKAI --- wmud/game-networking.c | 1 + 1 file changed, 1 insertion(+) diff --git a/wmud/game-networking.c b/wmud/game-networking.c index be2304b..b9f0a1a 100644 --- a/wmud/game-networking.c +++ b/wmud/game-networking.c @@ -32,6 +32,7 @@ #include "db.h" #include "configuration.h" #include "menu.h" +#include "texts.h" /** * SECTION:game-networking