From 5fce61cdf88fb1d68728f1a071b5cbc4eb5feaa6 Mon Sep 17 00:00:00 2001 From: Adib Taraben Date: Sat, 24 Jun 2006 17:39:40 +0000 Subject: patch reported by ylai a reader of the german ct-magazin; needed before #include if linking against glib-2.4 (bzr r1275) --- src/context-fns.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/context-fns.cpp') diff --git a/src/context-fns.cpp b/src/context-fns.cpp index f11b2fcfa..dfdc66c08 100644 --- a/src/context-fns.cpp +++ b/src/context-fns.cpp @@ -1,3 +1,6 @@ +extern "C" { +#include +} #include #include "sp-item.h" #include "desktop.h" -- cgit v1.2.3