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

@@ -12,6 +12,7 @@
#include <stdint.h>
#include <fcntl.h>
#include <string.h>
#include <stdarg.h>
#define MHD_PLATFORM_H
#include <microhttpd.h>