diff options
| author | Ralf Stephan <ralf@ark.in-berlin.de> | 2006-06-25 07:49:33 +0000 |
|---|---|---|
| committer | rwst <rwst@users.sourceforge.net> | 2006-06-25 07:49:33 +0000 |
| commit | 765b93bad405ffee4f14acf9a44fe9fba1935e74 (patch) | |
| tree | 952be84f5e7302ab0cc261d646d251d74bcfb68b /src/trace | |
| parent | radial gradients faster by about 10% (diff) | |
| download | inkscape-765b93bad405ffee4f14acf9a44fe9fba1935e74.tar.gz inkscape-765b93bad405ffee4f14acf9a44fe9fba1935e74.zip | |
glib-2.4 system fixes: some includes to get prototypes, some version checks
(bzr r1280)
Diffstat (limited to 'src/trace')
| -rw-r--r-- | src/trace/filterset.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/trace/filterset.cpp b/src/trace/filterset.cpp index 13a0d9b66..2dace61ce 100644 --- a/src/trace/filterset.cpp +++ b/src/trace/filterset.cpp @@ -9,6 +9,7 @@ * Released under GNU GPL, read the file 'COPYING' for more information */ +#include <cstdio> #include <stdlib.h> #include "imagemap-gdk.h" |
