summaryrefslogtreecommitdiffstats
path: root/src/sp-cursor.cpp
diff options
context:
space:
mode:
authorRalf Stephan <ralf@ark.in-berlin.de>2006-06-27 16:47:45 +0000
committerrwst <rwst@users.sourceforge.net>2006-06-27 16:47:45 +0000
commitaa0be6321b526289570ea38ff8d4600fc612fb60 (patch)
treeea6805517ce9d255bdc65dd1e3985755f3618ecb /src/sp-cursor.cpp
parentfix 4.2 xcompilation: remove array assignment hack (diff)
downloadinkscape-aa0be6321b526289570ea38ff8d4600fc612fb60.tar.gz
inkscape-aa0be6321b526289570ea38ff8d4600fc612fb60.zip
another prototype include to compile on CentOS, finally fixes #1505373
(bzr r1310)
Diffstat (limited to 'src/sp-cursor.cpp')
-rw-r--r--src/sp-cursor.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sp-cursor.cpp b/src/sp-cursor.cpp
index b0dc0db72..b60d481b8 100644
--- a/src/sp-cursor.cpp
+++ b/src/sp-cursor.cpp
@@ -13,6 +13,7 @@
* Released under GNU GPL, read the file 'COPYING' for more information
*/
+#include <cstdio>
#include <string.h>
#include <ctype.h>
#include "sp-cursor.h"