diff options
| author | Alex Valavanis <valavanisalex@gmail.com> | 2012-04-06 08:58:17 +0000 |
|---|---|---|
| committer | Alex Valavanis <valavanisalex@gmail.com> | 2012-04-06 08:58:17 +0000 |
| commit | f28cc16246f00cab98ae1b803adca8d62481dbee (patch) | |
| tree | 7ee8caff0677fd7546f9f7567ba25e4824c36d36 /src | |
| parent | fixes issue with revision 11160? (diff) | |
| download | inkscape-f28cc16246f00cab98ae1b803adca8d62481dbee.tar.gz inkscape-f28cc16246f00cab98ae1b803adca8d62481dbee.zip | |
png-write: Fix FTBFS
(bzr r11163)
Diffstat (limited to 'src')
| -rw-r--r-- | src/helper/png-write.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/helper/png-write.cpp b/src/helper/png-write.cpp index febdb645e..35fd5a62a 100644 --- a/src/helper/png-write.cpp +++ b/src/helper/png-write.cpp @@ -16,11 +16,11 @@ # include "config.h" #endif +#include <png.h> #include "interface.h" #include <2geom/rect.h> #include <2geom/transforms.h> #include <glib.h> -#include <png.h> #include "png-write.h" #include "io/sys.h" #include "display/drawing.h" |
