header fix for glibc
authorroot <devnull@localhost>
Sun, 16 Jun 1996 22:45:29 +0000 (22:45 +0000)
committerroot <devnull@localhost>
Sun, 16 Jun 1996 22:45:29 +0000 (22:45 +0000)
CVS patchset: 639
CVS date: 1996/06/16 22:45:29

ftp.c

diff --git a/ftp.c b/ftp.c
index 9ff906f..b43ec9d 100644 (file)
--- a/ftp.c
+++ b/ftp.c
@@ -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>