@@ -, +, @@ "Avoid polluting the global namespace by inclusion of ." http://pkgs.fedoraproject.org/gitweb/?p=gnash.git;a=blob;f=gnash-0.8.10-add-unistd-header.patch;h=d2995180546f27a8f30162b2d4a0f8e15de9a9bb;hb=HEAD --- --- a/plugin/klash4/Makefile.am +++ a/plugin/klash4/Makefile.am @@ -23,7 +23,9 @@ AM_CPPFLAGS = \ $(KDE4_CFLAGS) \ $(QT4_CFLAGS) \ $(X11_CFLAGS) \ - -DGNASHBINDIR=\"${bindir}\" + -I$(top_srcdir)/libbase \ + -DGNASHBINDIR=\"${bindir}\" \ + $(NULL) plugindir = $(KDE4_PLUGINDIR) kde_servicesdir = $(KDE4_SERVICESDIR) --- a/plugin/klash4/klash_part.cpp +++ a/plugin/klash4/klash_part.cpp @@ -43,6 +43,7 @@ #include "klash_part.h" #include +#include "GnashSystemIOHeaders.h" //----------------------------------------------------------------------------- --