patch to fix missing stdio include
This commit is contained in:
parent
ebe323b46a
commit
d51abb960d
10
inkscape-0.44.1-incl.patch
Normal file
10
inkscape-0.44.1-incl.patch
Normal file
@ -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 <stdio.h>
|
||||
#include "InkscapeBinding.h"
|
||||
#include "help.h"
|
||||
|
Loading…
Reference in New Issue
Block a user