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

Patch from Paul Green <Paul.Green@stratus.com> to be more POSIX-compatible

This commit is contained in:
Jelmer Vernooij
-
parent 287b7bda11
commit addf29e676
6 changed files with 24 additions and 2 deletions

View File

@@ -216,7 +216,11 @@
#include <netinet/in.h>
#include <arpa/inet.h>
#include <netdb.h>
#ifdef WITH_SYSLOG
#include <syslog.h>
#endif
#include <sys/file.h>
#ifdef HAVE_NETINET_TCP_H