From fe7a90ac34de28e30863a1257319f85a5e662286 Mon Sep 17 00:00:00 2001 From: Piotr Dziwinski Date: Fri, 23 Mar 2012 21:02:53 +0100 Subject: Fixed includes and GCC syntax errors --- src/cbottoken.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/cbottoken.h') diff --git a/src/cbottoken.h b/src/cbottoken.h index b4cfb12..0767b04 100644 --- a/src/cbottoken.h +++ b/src/cbottoken.h @@ -14,12 +14,13 @@ // * You should have received a copy of the GNU General Public License // * along with this program. If not, see http://www.gnu.org/licenses/. +// cbottoken.h + #ifndef _CBOTTOKEN_H_ #define _CBOTTOKEN_H_ - -enum ObjectType; +#include "object.h" -- cgit v1.2.3-1-g7c22