From kde-commits Tue Sep 30 22:03:53 2003 From: Chris Howells Date: Tue, 30 Sep 2003 22:03:53 +0000 To: kde-commits Subject: kdemultimedia/xine_artsplugin/tools/thumbnail X-MARC-Message: https://marc.info/?l=kde-commits&m=106495946529677 CVS commit by howells: Make it compile on FreeBSD, FreeBSD doesn't have alloca.h M +3 -0 videoscaler.cpp 1.3 --- kdemultimedia/xine_artsplugin/tools/thumbnail/videoscaler.cpp #1.2:1.3 @@ -17,5 +17,8 @@ #include #include + +#ifdef HAVE_ALLOCA_H #include +#endif #include "videoscaler.h"