From cf991ed5ea61f6f04f861934a9c3a18b3483f577 Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Mon, 17 May 2004 06:15:31 +0000 Subject: [PATCH] Fix missing include. --- src/lib/commands/buil.c | 1 + src/lib/commands/edit.c | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/lib/commands/buil.c b/src/lib/commands/buil.c index 4f09002e..6f67b870 100644 --- a/src/lib/commands/buil.c +++ b/src/lib/commands/buil.c @@ -31,6 +31,7 @@ * Steve McClure, 1998-2000 */ +#include #include #include "misc.h" #include "player.h" diff --git a/src/lib/commands/edit.c b/src/lib/commands/edit.c index 4b451013..14def55e 100644 --- a/src/lib/commands/edit.c +++ b/src/lib/commands/edit.c @@ -34,8 +34,9 @@ * Ron Koenderink, 2003-2004 */ -#include #include +#include +#include #include #include "misc.h" #include "player.h"