CVSROOT: /sources/gnash Module name: gnash Changes by: Sandro Santilli <strk> 07/07/31 16:43:47
Modified files: gui : gtk_glue_agg.h Log message: don't miss to include config.h CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/gui/gtk_glue_agg.h?cvsroot=gnash&r1=1.12&r2=1.13 Patches: Index: gtk_glue_agg.h =================================================================== RCS file: /sources/gnash/gnash/gui/gtk_glue_agg.h,v retrieving revision 1.12 retrieving revision 1.13 diff -u -b -r1.12 -r1.13 --- gtk_glue_agg.h 31 Jul 2007 16:16:08 -0000 1.12 +++ gtk_glue_agg.h 31 Jul 2007 16:43:47 -0000 1.13 @@ -14,10 +14,13 @@ // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - // // +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "gtk_glue.h" #include <gtk/gtk.h> _______________________________________________ Gnash-commit mailing list Gnash-commit@gnu.org http://lists.gnu.org/mailman/listinfo/gnash-commit