From 25614d182dce937dea183f8b3ca53ca1a3cc9d46 Mon Sep 17 00:00:00 2001 From: Juergen Keil Date: Wed, 26 Jun 2002 15:55:49 +0000 Subject: must include "config.h", so that __attribute__() is properly defined as an empty macro for a non-gcc compiler CVS patchset: 2168 CVS date: 2002/06/26 15:55:49 --- src/xine-engine/buffer.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/xine-engine/buffer.h b/src/xine-engine/buffer.h index 7cf623c1e..339f556d1 100644 --- a/src/xine-engine/buffer.h +++ b/src/xine-engine/buffer.h @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: buffer.h,v 1.52 2002/06/25 03:37:52 tmmm Exp $ + * $Id: buffer.h,v 1.53 2002/06/26 15:55:49 jkeil Exp $ * * * contents: @@ -38,6 +38,10 @@ extern "C" { #endif +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include #include #include -- cgit v1.2.3