--- DirectFB-0.9.21/gfxdrivers/cle266/Makefile.am.orig 2004-10-09 01:44:31.000000000 +0200 +++ DirectFB-0.9.21/gfxdrivers/cle266/Makefile.am 2005-01-15 15:07:27.813759856 +0100 @@ -32,7 +32,7 @@ libdirectfb_cle266_la_LDFLAGS = \ -export-dynamic \ -avoid-version \ - $(DFB_LDFLAGS) + $(DFB_LDFLAGS) -lm include $(top_srcdir)/rules/libobject.make --- DirectFB-0.9.21/gfxdrivers/unichrome/Makefile.am.orig 2004-10-09 01:48:19.000000000 +0200 +++ DirectFB-0.9.21/gfxdrivers/unichrome/Makefile.am 2005-01-15 15:07:38.104195472 +0100 @@ -34,7 +34,7 @@ libdirectfb_unichrome_la_LDFLAGS = \ -export-dynamic \ -avoid-version \ - $(DFB_LDFLAGS) + $(DFB_LDFLAGS) -lm include $(top_srcdir)/rules/libobject.make --- DirectFB-1.0.0.orig/include/dfb_types.h 2007-03-03 21:36:07.000000000 +0100 +++ DirectFB-1.0.0/include/dfb_types.h 2007-03-09 12:20:59.000000000 +0100 @@ -29,6 +29,7 @@ #ifndef __DFB_TYPES_H__ #define __DFB_TYPES_H__ +#include #ifdef USE_KOS