OSDN Git Service

configure: inlcude sys/types.h when checking sys/socket.h
authorMåns Rullgård <mans@mansr.com>
Tue, 19 Jan 2010 15:59:04 +0000 (15:59 +0000)
committerMåns Rullgård <mans@mansr.com>
Tue, 19 Jan 2010 15:59:04 +0000 (15:59 +0000)
commitff6e82a968c02d01ff9c5fb891b56af12a0f650c
treed2870db05bca2897af7d99f15c4f210b9892b644
parent48fc536aba6ac6b78ec547574a6526e3e501d10c
configure: inlcude sys/types.h when checking sys/socket.h

Silly BSD systems need this despite POSIX requiring nothing of the
kind.  Any system with sys/socket.h should also have sys/types.h,
so this is unlikely to break anything, and we already do this in
another place.

Originally committed as revision 21326 to svn://svn.ffmpeg.org/ffmpeg/trunk
configure