X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=httpd.cpp;h=db3cb61eafa4fdf554ca9de966e625ce6bd7d429;hb=d7bba4abb3d56893399578f0540b9ded0a28380f;hp=f266c63656d17cb14cce47c4886573159d61e5da;hpb=ffc3ecc037bf8459c4c27087f3f151fa3dad65d2;p=nageru diff --git a/httpd.cpp b/httpd.cpp index f266c63..db3cb61 100644 --- a/httpd.cpp +++ b/httpd.cpp @@ -1,14 +1,26 @@ -#include -#include #include +#include +#include +#include +#include extern "C" { #include +#include +#include +#include +#include +#include +#include } #include "httpd.h" + #include "timebase.h" +struct MHD_Connection; +struct MHD_Response; + using namespace std; HTTPD::HTTPD(const char *output_filename, int width, int height)