Add missing include

svn path=/trunk/netsurf/; revision=9861
This commit is contained in:
John Mark Bell 2010-01-21 23:58:05 +00:00
parent 7e81850643
commit c9ce56727e

View File

@ -24,6 +24,7 @@
#include <stdlib.h>
#include <string.h>
#include <errno.h>
#include <unistd.h>
#include <gtk/gtk.h>
#include <gdk-pixbuf/gdk-pixbuf.h>
#include <libxml/debugXML.h>