]> granicus.if.org Git - rtmpdump/commitdiff
Fix <arpa/inet.h> include order
authorHoward Chu <hyc@highlandsun.com>
Wed, 3 Aug 2011 18:46:07 +0000 (11:46 -0700)
committerHoward Chu <hyc@highlandsun.com>
Wed, 3 Aug 2011 18:46:07 +0000 (11:46 -0700)
librtmp/rtmp_sys.h

index 6a3f2154a10e3ae466c747b9c2b314ca4569d7dd..638374fd9656a0dec1b75a552267fdee7d9d95e2 100644 (file)
 #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