Add <sys/socket.h>, <netinet/in.h>, and <arpa/inet.h>

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2173 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1997-07-12 14:03:24 +00:00
parent d16fb9e4a5
commit 98d3f787e6

View File

@@ -19,6 +19,15 @@
#ifdef HAVE_SYS_TIME_H
#include <sys/time.h>
#endif
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>
#endif
#ifdef HAVE_NETINET_IN_H
#include <netinet/in.h>
#endif
#ifdef HAVE_ARPA_INET_H
#include <arpa/inet.h>
#endif
#include <roken.h>
#include <krb5.h>