From: hyc Date: Mon, 8 Mar 2010 15:14:55 +0000 (+0000) Subject: More log.h cleanup X-Git-Tag: v2.4~224 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e0d90f564c9e72ce3e4849fe9b2eed3c770fbae0;p=rtmpdump More log.h cleanup git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@311 400ebc74-4327-4243-bc38-086b20814532 --- diff --git a/librtmp/hashswf.c b/librtmp/hashswf.c index e4b54a7..b186fef 100644 --- a/librtmp/hashswf.c +++ b/librtmp/hashswf.c @@ -25,6 +25,7 @@ #include #include "rtmp.h" +#include "log.h" #include "http.h" #include diff --git a/librtmp/parseurl.c b/librtmp/parseurl.c index 413c905..2e2a4bd 100644 --- a/librtmp/parseurl.c +++ b/librtmp/parseurl.c @@ -27,6 +27,7 @@ #include #include "rtmp.h" +#include "log.h" bool RTMP_ParseURL(const char *url, int *protocol, char **host, unsigned int *port, AVal *playpath, AVal *app)