From kde-commits Fri Jan 02 20:39:58 2004 From: Christoph Cullmann Date: Fri, 02 Jan 2004 20:39:58 +0000 To: kde-commits Subject: kdemultimedia/kscd/libwm Message-Id: <20040102203958.241D793EA () office ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=107307603429183 CVS commit by cullmann: don't undef ansi for all includes, breaks compile on debian unstable M +10 -2 plat_linux_cdda.c 1.9 --- kdemultimedia/kscd/libwm/plat_linux_cdda.c #1.8:1.9 @@ -37,6 +37,14 @@ static char plat_linux_cdda_id[] = "$Id$ #define __GNUC__ 1 #endif + +/* don't undef ansi for the other includes */ +#ifdef __STICT_ANSI__ #undef __STRICT_ANSI__ #include +#define __STRICT_ANSI__ +#else +#include +#endif + /* ugly workaround for broken glibc shipped in SuSE 9.0 */ #define inline __inline__