From: Hiroki Taniura Date: Sat, 24 Aug 2013 16:18:57 +0000 (+0900) Subject: Fix GPAC support on Windows X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=098b686e6397d5bb6b3a5c03cd918aa88216909f;p=libx264 Fix GPAC support on Windows --- diff --git a/output/mp4.c b/output/mp4.c index c6192a89..bae4a58f 100644 --- a/output/mp4.c +++ b/output/mp4.c @@ -27,6 +27,10 @@ #include "output.h" #include +#ifdef _WIN32 +#include +#endif + #if HAVE_GF_MALLOC #undef malloc #undef free