From ee5790e819c1ec724a6709cda480d2ba88fd8b2d Mon Sep 17 00:00:00 2001 From: kramm <kramm> Date: Wed, 3 Jul 2002 21:49:32 +0000 Subject: [PATCH] MacOSX can't handle */#include. fixed. --- lib/bitio.c | 3 ++- lib/bitio.h | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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 <kramm@quiss.org> - This file is distributed under the GPL, see file COPYING for details */#include <stdio.h> + This file is distributed under the GPL, see file COPYING for details */ +#include <stdio.h> #include <stdlib.h> #include <unistd.h> 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 <kramm@quiss.org> - This file is distributed under the GPL, see file COPYING for details */#include <stdio.h> + This file is distributed under the GPL, see file COPYING for details */ +#include <stdio.h> #ifndef __rfxswf_bitio_h__ #define __rfxswf_bitio_h__ -- 1.7.10.4