fix missing includes in gtklaunch

This commit is contained in:
Chris Forbes
2011-01-04 12:53:33 +13:00
parent a4de4cc266
commit 7f7c7217ba
3 changed files with 3 additions and 0 deletions

View File

@@ -10,6 +10,7 @@
#include <string.h>
#include <gtk/gtk.h>
#include <webkit/webkit.h>
#include <unistd.h>
#include "main.h"
#include "server.h"