fixed compilation on ubuntu using microhttpd 0.4.6

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8048 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2015-03-18 20:20:40 +00:00
parent ad1bc7f3b8
commit ef5d591098
3 changed files with 42 additions and 1 deletions
libresapi/src/api

View file

@ -1,5 +1,9 @@
#pragma once
#include <unistd.h>
#include <stdlib.h>
#include <stdint.h>
#include <stdarg.h>
#include <microhttpd.h>
#include <string>