diff options
| author | Ralf Stephan <ralf@ark.in-berlin.de> | 2006-06-28 09:01:27 +0000 |
|---|---|---|
| committer | rwst <rwst@users.sourceforge.net> | 2006-06-28 09:01:27 +0000 |
| commit | ea3faeec67199dcf3998da620b9654e5389679df (patch) | |
| tree | 59fc0cb83671ff439d39d2eb5e997484a20554e7 /src/extension/script | |
| parent | another prototype include to compile on CentOS, finally fixes #1505373 (diff) | |
| download | inkscape-ea3faeec67199dcf3998da620b9654e5389679df.tar.gz inkscape-ea3faeec67199dcf3998da620b9654e5389679df.zip | |
do some include changes more correctly
(bzr r1311)
Diffstat (limited to 'src/extension/script')
| -rw-r--r-- | src/extension/script/InkscapeBinding.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/extension/script/InkscapeBinding.cpp b/src/extension/script/InkscapeBinding.cpp index e50ba3e58..51c4c279f 100644 --- a/src/extension/script/InkscapeBinding.cpp +++ b/src/extension/script/InkscapeBinding.cpp @@ -1,7 +1,8 @@ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif -#include <cstdio> #include "InkscapeBinding.h" - #include "help.h" namespace Inkscape { |
