From: theadib Date: Sat, 24 Jun 2006 17:39:40 +0000 (+0000) Subject: patch reported by ylai a reader of the german ct-magazin; needed before #include... X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=cb7e6f8d2eba92c8fe812a900be595077b8ae0bb;p=inkscape.git patch reported by ylai a reader of the german ct-magazin; needed before #include if linking against glib-2.4 --- 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"