1
0
mirror of https://github.com/samba-team/samba.git synced 2025-10-28 03:33:13 +03:00

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

This commit is contained in:
Love Hörnquist Åstrand
2006-10-17 09:35:45 +00:00
committed by Gerald (Jerry) Carter
parent 9389ca13a3
commit e2866ce788

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>