1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

r19367: Solaris needs <sys/filio.h> for FIONREAD.

(This used to be commit e2866ce788)
This commit is contained in:
Love Hörnquist Åstrand 2006-10-17 09:35:45 +00:00 committed by Gerald (Jerry) Carter
parent f721bcda15
commit 38d4fe0d53

View File

@ -62,6 +62,7 @@
#include <sys/stat.h>
#include <sys/socket.h>
#include <sys/ioctl.h>
#include <sys/filio.h>
#include <errno.h>
#include <sys/un.h>
#include <netinet/in.h>