d471a788e846ff45d74972addca72e7bae7b9638
[dragonfly.git] / usr.bin / ftp / cmds.c.patch
1 $DragonFly: src/usr.bin/ftp/Attic/cmds.c.patch,v 1.1 2005/11/13 11:59:03 corecode Exp $
2 Index: cmds.c
3 ===================================================================
4 RCS file: /cvs/src/contrib/lukemftp/cmds.c,v
5 retrieving revision 1.1.1.1
6 diff -u -r1.1.1.1 cmds.c
7 --- cmds.c      13 Nov 2005 11:28:53 -0000      1.1.1.1
8 +++ cmds.c      13 Nov 2005 11:30:19 -0000
9 @@ -123,6 +123,7 @@
10  #include <netdb.h>
11  #include <paths.h>
12  #include <stdio.h>
13 +#include <libutil.h>
14  #include <stdlib.h>
15  #include <string.h>
16  #include <time.h>