diff options
| author | bulia byak <buliabyak@gmail.com> | 2009-01-15 01:30:19 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2009-01-15 01:30:19 +0000 |
| commit | 373f0781a372334a1216c45e6c9af4db5de34d6a (patch) | |
| tree | b8cc6b1906fd77ac7aa38f553dd50d3dba7b8b81 /src | |
| parent | i guess this is better but doesn't fix crash (diff) | |
| download | inkscape-373f0781a372334a1216c45e6c9af4db5de34d6a.tar.gz inkscape-373f0781a372334a1216c45e6c9af4db5de34d6a.zip | |
fix include
(bzr r7135)
Diffstat (limited to 'src')
| -rw-r--r-- | src/trace/potrace/potracelib.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/trace/potrace/potracelib.cpp b/src/trace/potrace/potracelib.cpp index c9e9a7125..136f7a95a 100644 --- a/src/trace/potrace/potracelib.cpp +++ b/src/trace/potrace/potracelib.cpp @@ -4,7 +4,7 @@ #include <stdlib.h> #include <string.h> -#include <glib/gprintf.h> +#include <glib/gstrfuncs.h> #include "potracelib.h" #include "inkscape-version.h" |
