more conditional includes

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1059 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1996-11-20 17:27:06 +00:00
parent 0fb60b68f6
commit c0b5175ce9

View File

@@ -43,13 +43,21 @@ RCSID("$Id$");
#include <stdlib.h>
#include <string.h>
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.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
#ifdef HAVE_NETDB_H
#include <netdb.h>
#endif
#include "roken.h"
/*