From cb7e6f8d2eba92c8fe812a900be595077b8ae0bb Mon Sep 17 00:00:00 2001 From: theadib Date: Sat, 24 Jun 2006 17:39:40 +0000 Subject: [PATCH] patch reported by ylai a reader of the german ct-magazin; needed before #include if linking against glib-2.4 --- src/context-fns.cpp | 3 +++ 1 file changed, 3 insertions(+) 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" -- 2.30.2