Add missing include

svn path=/trunk/netsurf/; revision=9860
This commit is contained in:
John Mark Bell 2010-01-21 23:56:25 +00:00
parent aba82a97af
commit 7e81850643

View File

@ -19,6 +19,7 @@
#include <gtk/gtk.h>
#include <stdio.h>
#include <sys/stat.h>
#include <unistd.h>
#include "content/content.h"
#include "content/content_type.h"
#include "gtk/gtk_gui.h"