summaryrefslogtreecommitdiffstats
path: root/src/dom/cssparser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dom/cssparser.h')
-rw-r--r--src/dom/cssparser.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dom/cssparser.h b/src/dom/cssparser.h
index 0b399f7d5..816936dc3 100644
--- a/src/dom/cssparser.h
+++ b/src/dom/cssparser.h
@@ -29,6 +29,7 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
+#include <glib.h>
#include "dom.h"
@@ -81,7 +82,7 @@ protected:
/**
*
*/
- void error(char *fmt, ...);
+ void error(char *fmt, ...) G_GNUC_PRINTF(2,3);
/**
* Get the character at the given location in the buffer.