add <sys/socket.h>

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3912 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-11-11 01:38:41 +00:00
parent 2e2be5b4e7
commit 2291bb378f
2 changed files with 6 additions and 0 deletions

View File

@@ -52,6 +52,9 @@
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>
#endif
#ifdef HAVE_SYS_UIO_H
#include <sys/uio.h>
#endif

View File

@@ -52,6 +52,9 @@
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>
#endif
#ifdef HAVE_SYS_UIO_H
#include <sys/uio.h>
#endif