From: kramm Date: Wed, 3 Jul 2002 21:49:32 +0000 (+0000) Subject: MacOSX can't handle */#include. fixed. X-Git-Tag: release-0-4-1~16 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=ee5790e819c1ec724a6709cda480d2ba88fd8b2d MacOSX can't handle */#include. fixed. --- diff --git a/lib/bitio.c b/lib/bitio.c index d7a9060..546db31 100644 --- a/lib/bitio.c +++ b/lib/bitio.c @@ -5,7 +5,8 @@ Copyright (c) 2001 Matthias Kramm - This file is distributed under the GPL, see file COPYING for details */#include + This file is distributed under the GPL, see file COPYING for details */ +#include #include #include diff --git a/lib/bitio.h b/lib/bitio.h index beced62..8e08a65 100644 --- a/lib/bitio.h +++ b/lib/bitio.h @@ -5,7 +5,8 @@ Copyright (c) 2001 Matthias Kramm - This file is distributed under the GPL, see file COPYING for details */#include + This file is distributed under the GPL, see file COPYING for details */ +#include #ifndef __rfxswf_bitio_h__ #define __rfxswf_bitio_h__