more #includes

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@164 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1995-10-19 02:53:02 +00:00
parent f4c04a9cf4
commit 9e163357c2
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ static char SccsId[] = "@(#)@(#)pop_xmit.c 2.1 2.1 3/18/91";
#include <stdio.h>
#include <sys/types.h>
#include <sys/file.h>
#Include <sys/time.h>
#include <sys/time.h>
#ifdef HAVE_SYS_RESOURCE_H
#include <sys/resource.h>
#endif /* HAVE_SYS_RESOURCE_H */

View File

@@ -71,6 +71,7 @@
#endif
#include <sys/socket.h>
#include <sys/time.h>
#ifdef HAVE_SYS_RESOURCE_H
#include <sys/resource.h>
#endif /* HAVE_SYS_RESOURCE_H */
@@ -80,7 +81,6 @@
#include <fcntl.h>
#include <sys/file.h>
#include <sys/stat.h>
#include <sys/time.h>
#ifndef FILIO_H
#include <sys/ioctl.h>
#else