From 400fe4733be95bc047645ab00a620a314d5acc4f Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Wed, 24 Jan 2007 02:22:57 +0100 Subject: [PATCH] Missing config.h --- lib/python/xulrunner.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/python/xulrunner.cpp b/lib/python/xulrunner.cpp index e3ac4480..1880e3ba 100644 --- a/lib/python/xulrunner.cpp +++ b/lib/python/xulrunner.cpp @@ -17,6 +17,8 @@ * Boston, MA 02111-1307, USA. */ +#include + #include #ifdef HAVE_GECKO_1_9