[rtmpdump] branch master updated. c528451 Fix <arpa/inet.h> include order
gitolite
gil at avcodec.org
Wed Aug 3 20:46:41 CEST 2011
The branch, master has been updated
via c528451068de033d7cc76eb1c5a606c10215fcfb (commit)
from 8880d1456b282ee79979adbe7b6a6eb8ad371081 (commit)
- Log -----------------------------------------------------------------
commit c528451068de033d7cc76eb1c5a606c10215fcfb
Author: Howard Chu <hyc at highlandsun.com>
AuthorDate: Wed Aug 3 11:46:07 2011 -0700
Commit: Howard Chu <hyc at highlandsun.com>
CommitDate: Wed Aug 3 11:46:07 2011 -0700
Fix <arpa/inet.h> include order
diff --git a/librtmp/rtmp_sys.h b/librtmp/rtmp_sys.h
index 6a3f215..638374f 100644
--- a/librtmp/rtmp_sys.h
+++ b/librtmp/rtmp_sys.h
@@ -46,10 +46,10 @@
#include <sys/socket.h>
#include <sys/times.h>
#include <netdb.h>
-#include <arpa/inet.h>
#include <unistd.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
+#include <arpa/inet.h>
#define GetSockError() errno
#define SetSockError(e) errno = e
#undef closesocket
-----------------------------------------------------------------------
Summary of changes:
librtmp/rtmp_sys.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
More information about the rtmpdump
mailing list