diff options
| author | Bob Jamison <ishmalius@gmail.com> | 2007-10-26 21:01:30 +0000 |
|---|---|---|
| committer | ishmal <ishmal@users.sourceforge.net> | 2007-10-26 21:01:30 +0000 |
| commit | 7427b461ed13f3e84f61a02f55ca04ff8f2d49ad (patch) | |
| tree | c1e4331a2a92b26e157904fd6ecca93c8cff3552 /src/trace/potrace/render.cpp | |
| parent | add ca@valencian language to win32 installer selection (diff) | |
| download | inkscape-7427b461ed13f3e84f61a02f55ca04ff8f2d49ad.tar.gz inkscape-7427b461ed13f3e84f61a02f55ca04ff8f2d49ad.zip | |
Update Potrace to 1.8
(bzr r3965)
Diffstat (limited to 'src/trace/potrace/render.cpp')
| -rw-r--r-- | src/trace/potrace/render.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/trace/potrace/render.cpp b/src/trace/potrace/render.cpp index 78b15fc60..f9183b931 100644 --- a/src/trace/potrace/render.cpp +++ b/src/trace/potrace/render.cpp @@ -1,14 +1,16 @@ -/* Copyright (C) 2001-2005 Peter Selinger. - This file is part of potrace. It is free software and it is covered +/* Copyright (C) 2001-2007 Peter Selinger. + This file is part of Potrace. It is free software and it is covered by the GNU General Public License. See the file COPYING for details. */ /* $Id$ */ +#include <stdio.h> #include <stdlib.h> #include <math.h> #include <string.h> #include "render.h" +#include "greymap.h" #include "auxiliary.h" /* ---------------------------------------------------------------------- */ |
