From: pabs Date: Fri, 6 Apr 2007 10:54:22 +0000 (+0000) Subject: Fix Debian 417897: causes synfig FTBFS in gcc 4.3 due to not including all the requir... X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=d9aa9c4b742dc15bca38d06dc2f1998d5d705801;p=synfig.git Fix Debian 417897: causes synfig FTBFS in gcc 4.3 due to not including all the required headers. Patch by Martin Michlmayr git-svn-id: http://svn.voria.com/code@428 1f10aa63-cdf2-0310-b900-c93c546f37ac --- diff --git a/ETL/trunk/AUTHORS b/ETL/trunk/AUTHORS index 477a0c7..e757d49 100644 --- a/ETL/trunk/AUTHORS +++ b/ETL/trunk/AUTHORS @@ -7,3 +7,4 @@ Contributors: Paul Wise (pabs) Andreas Jochens +Martin Michlmayr diff --git a/ETL/trunk/ETL/_stringf.h b/ETL/trunk/ETL/_stringf.h index 2faa2d3..dc450fb 100644 --- a/ETL/trunk/ETL/_stringf.h +++ b/ETL/trunk/ETL/_stringf.h @@ -31,6 +31,7 @@ #include #include +#include /* === M A C R O S ========================================================= */