Added includes for microhttpd

This commit is contained in:
James Booth
2015-05-31 23:43:15 +01:00
parent a305b0af56
commit b8cedf7e4d

View File

@@ -2,6 +2,8 @@
#include <string.h>
#include <stdio.h>
#include <stdint.h>
#include <sys/socket.h>
#include <microhttpd.h>
#include <glib.h>