Include sys/time.h before sys/resource.h so this compiles again on 3.5.

PR:		20724
Submitted by:	zdenko@cs.uh.edu
This commit is contained in:
Steve Price 2000-09-05 02:07:04 +00:00
parent 50245b8793
commit 7462b5d634
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=32291

10
ftp/hsftp/files/patch-aa Normal file
View File

@ -0,0 +1,10 @@
--- hsftp.c.orig Sun Aug 27 13:06:30 2000
+++ hsftp.c Sun Aug 27 13:06:42 2000
@@ -58,6 +58,7 @@
#include <signal.h>
#include <sys/types.h>
#include <sys/mman.h>
+#include <sys/time.h>
#include <sys/resource.h>
#include "config.h"