diff options
| author | Ralf Stephan <ralf@ark.in-berlin.de> | 2006-06-27 16:47:45 +0000 |
|---|---|---|
| committer | rwst <rwst@users.sourceforge.net> | 2006-06-27 16:47:45 +0000 |
| commit | aa0be6321b526289570ea38ff8d4600fc612fb60 (patch) | |
| tree | ea6805517ce9d255bdc65dd1e3985755f3618ecb /src/sp-cursor.cpp | |
| parent | fix 4.2 xcompilation: remove array assignment hack (diff) | |
| download | inkscape-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.cpp | 1 |
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" |
