From 3b05e2e09e8dea8d79ea86d0893f36c3a02c3031 Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Fri, 25 May 2012 15:40:03 -0700 Subject: [PATCH] fix compilation on ubuntu --- src/kernel/unit.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/kernel/unit.h b/src/kernel/unit.h index cb0ab5f68..907e16e8c 100644 --- a/src/kernel/unit.h +++ b/src/kernel/unit.h @@ -28,6 +28,8 @@ extern "C" { struct skill; struct item; + struct sc_mage; + #define UFL_DEBUG (1<<0) #define UFL_ISNEW (1<<1) /* 2 */ #define UFL_LONGACTION (1<<2) /* 4 */