#! /bin/sh /usr/share/dpatch/dpatch-run ## 02_gcc43.dpatch by LI Daobing ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: bug# 462071: FTBFS with GCC 4.3: missing #includes @DPATCH@ diff -urNad liboglappth~/src/base_wcl.cpp liboglappth/src/base_wcl.cpp --- liboglappth~/src/base_wcl.cpp 2007-08-17 17:17:19.000000000 +0800 +++ liboglappth/src/base_wcl.cpp 2008-02-09 14:20:00.000000000 +0800 @@ -11,6 +11,7 @@ #include "base_app.h" #include // the definition for NULL... +#include #include