From d9aa9c4b742dc15bca38d06dc2f1998d5d705801 Mon Sep 17 00:00:00 2001 From: pabs Date: Fri, 6 Apr 2007 10:54:22 +0000 Subject: [PATCH] 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 --- ETL/trunk/AUTHORS | 1 + ETL/trunk/ETL/_stringf.h | 1 + 2 files changed, 2 insertions(+) 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 ========================================================= */ -- 2.7.4