header fix for glibc

CVS patchset: 639
CVS date: 1996/06/16 22:45:29
This commit is contained in:
root 1996-06-16 22:45:29 +00:00
parent 689d37c54d
commit 89bc7540b7
1 changed files with 1 additions and 2 deletions

3
ftp.c
View File

@ -1,11 +1,10 @@
#include <netinet/in.h>
#include <alloca.h>
#include <arpa/inet.h>
#include <ctype.h>
#include <errno.h>
#include <fcntl.h>
#include <netdb.h>
#include <netinet/in.h>
#include <netinet/protocols.h>
#include <pwd.h>
#include <stdarg.h>
#include <stdio.h>