X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fpedro%2Fpedrodom.h;h=b8078dce14fa46abb9e3d29c7dd1bfbf19a9334c;hb=713ffe6438216a16f37590dfcb78715b42906843;hp=cc9a322f983f93842a5116daa69db3a67042cdea;hpb=d8abdd4cab10ca228b11033f3f1fb86e984bdf6c;p=inkscape.git diff --git a/src/pedro/pedrodom.h b/src/pedro/pedrodom.h index cc9a322f9..b8078dce1 100644 --- a/src/pedro/pedrodom.h +++ b/src/pedro/pedrodom.h @@ -6,7 +6,7 @@ * Authors: * Bob Jamison * - * Copyright (C) 2005-2006 Bob Jamison + * Copyright (C) 2005-2007 Bob Jamison * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -23,6 +23,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ +#include + #include #include @@ -312,7 +314,7 @@ private: void getLineAndColumn(long pos, long *lineNr, long *colNr); - void error(char *fmt, ...); + void error(char *fmt, ...) G_GNUC_PRINTF(2,3); int peek(long pos);