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

r19176: Also require <fcntl.h> and <sys/ioctl.h> for non samba builds.

This commit is contained in:
Love Hörnquist Åstrand 2006-10-08 21:45:07 +00:00 committed by Gerald (Jerry) Carter
parent 8c2585f0cf
commit fe621c1ab2

View File

@ -65,10 +65,12 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/socket.h>
#include <sys/ioctl.h>
#include <errno.h>
#include <sys/un.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <fcntl.h>
#include <stdlib.h>
#include <unistd.h>
#include <string.h>