Fix ifdefs to make it possible to use time.h in standards compilant code.
[dragonfly.git] / usr.bin / ftp / fetch.c.patch
blob8b0bbb7f0c1570879052c928493b24ccd229da36
1 $DragonFly: src/usr.bin/ftp/Attic/fetch.c.patch,v 1.1 2005/11/13 11:59:03 corecode Exp $
2 ===================================================================
3 RCS file: /cvs/src/contrib/lukemftp/fetch.c,v
4 retrieving revision 1.1.1.1
5 diff -u -r1.1.1.1 fetch.c
6 --- fetch.c 13 Nov 2005 11:28:53 -0000 1.1.1.1
7 +++ fetch.c 13 Nov 2005 11:30:19 -0000
8 @@ -65,6 +65,7 @@
9 #include <netdb.h>
10 #include <fcntl.h>
11 #include <stdio.h>
12 +#include <libutil.h>
13 #include <stdlib.h>
14 #include <string.h>
15 #include <unistd.h>