X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=httpd.h;h=6c746c085d929840925db5cea1240656db1df2ad;hb=d7bba4abb3d56893399578f0540b9ded0a28380f;hp=524c8d61637e41fd059732271dc0d5d5938f82cd;hpb=ffc3ecc037bf8459c4c27087f3f151fa3dad65d2;p=nageru diff --git a/httpd.h b/httpd.h index 524c8d6..6c746c0 100644 --- a/httpd.h +++ b/httpd.h @@ -9,14 +9,22 @@ // way, namely having one ffmpeg mux per output. #include +#include +#include +#include +#include #include -#include +#include #include -#include +#include #include +struct MHD_Connection; + extern "C" { +#include #include +#include } class HTTPD {