From 15df92fc6551596b8ce46f93c7d81fcad913523a Mon Sep 17 00:00:00 2001 From: ehouse Date: Thu, 22 Jun 2006 03:36:51 +0000 Subject: [PATCH] add missing include file --- xwords4/common/tray.c | 1 + 1 file changed, 1 insertion(+) diff --git a/xwords4/common/tray.c b/xwords4/common/tray.c index 59e0ab590..b702b96bd 100644 --- a/xwords4/common/tray.c +++ b/xwords4/common/tray.c @@ -19,6 +19,7 @@ #include "boardp.h" #include "engine.h" +#include "strutils.h" #ifdef CPLUS extern "C" {