]> granicus.if.org Git - libevent/commit
Add missing include of <netinet/in.h>.
authorEd Schouten <ed@nuxi.nl>
Wed, 26 Aug 2015 07:45:23 +0000 (09:45 +0200)
committerAzat Khuzhin <a3at.mail@gmail.com>
Thu, 10 Sep 2015 09:14:35 +0000 (12:14 +0300)
commitb2c68bc22b43d242744ea52da4f6606cd2c736cf
treeb3a7a782055c14f1097733285b5d32e3e4bee029
parentc1404b56514813d6be881702bd6efcee2e98ee8d
Add missing include of <netinet/in.h>.

POSIX states that sockaddr_in6 should be declared in <netinet/in.h>. By
including this header, the code now builds on FreeBSD and CloudABI.
bufferevent-internal.h