From 316e8b8c1071dc6b5b11a1e22082c8cd9aad8396 Mon Sep 17 00:00:00 2001 From: Byrial Jensen Date: Mon, 19 Dec 2011 11:17:48 +0100 Subject: [PATCH] Add #include "moves.h" to gamelist.c for def. of CopyBoard() --- gamelist.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/gamelist.c b/gamelist.c index 9cb3a58..517a519 100644 --- a/gamelist.c +++ b/gamelist.c @@ -42,6 +42,7 @@ #include "frontend.h" #include "backend.h" #include "parser.h" +#include "moves.h" /* Variables -- 1.7.0.4