From d51abb960d93efaae08ac5d998f0d82fee745a13 Mon Sep 17 00:00:00 2001 From: Denis Leroy Date: Thu, 13 Dec 2007 01:06:36 +0000 Subject: [PATCH] patch to fix missing stdio include --- inkscape-0.44.1-incl.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 inkscape-0.44.1-incl.patch diff --git a/inkscape-0.44.1-incl.patch b/inkscape-0.44.1-incl.patch new file mode 100644 index 0000000..37232f4 --- /dev/null +++ b/inkscape-0.44.1-incl.patch @@ -0,0 +1,10 @@ +--- inkscape-0.44.1/src/extension/script/InkscapeBinding.cpp.orig 2007-12-13 01:11:47.000000000 +0100 ++++ inkscape-0.44.1/src/extension/script/InkscapeBinding.cpp 2007-12-13 01:11:50.000000000 +0100 +@@ -2,6 +2,7 @@ + #include "config.h" + #endif + ++#include + #include "InkscapeBinding.h" + #include "help.h" +