Include sys/fd_set.h in the BSD_VISIBLE case.
commit8c1e74ce61cbadbec431f70ed177e2bc791b8035
authorSimon Schubert <corecode@dragonflybsd.org>
Wed, 28 May 2008 10:37:25 +0000 (28 10:37 +0000)
committerSimon Schubert <corecode@dragonflybsd.org>
Wed, 28 May 2008 10:37:25 +0000 (28 10:37 +0000)
tree4a55437579d47c98cf81dd2f996da4c31e97a823
parent4f99d7a068e223d2e61a1dc4cc96f39cc1f39e33
Include sys/fd_set.h in the BSD_VISIBLE case.

Seems that a lot of software assumes that fd_set will be defined after
including sys/types.h, so restore this property.

Noted-by: hasso@
sys/sys/types.h