diff options
author | root <devnull@localhost> | 1996-08-30 19:58:35 +0000 |
---|---|---|
committer | root <devnull@localhost> | 1996-08-30 19:58:35 +0000 |
commit | 5153d3b436fb4a0fa8dbf758e126f64e04f59188 (patch) | |
tree | 5a8f741d40d60fb467ce0935054f7aea70e9be23 /ftp.c | |
parent | 6aad60201615b3802df88ea4e434f0aaa3449540 (diff) | |
download | rpm-5153d3b436fb4a0fa8dbf758e126f64e04f59188.tar.gz rpm-5153d3b436fb4a0fa8dbf758e126f64e04f59188.tar.bz2 rpm-5153d3b436fb4a0fa8dbf758e126f64e04f59188.zip |
added include of <netinet/ip.h>
CVS patchset: 999
CVS date: 1996/08/30 19:58:35
Diffstat (limited to 'ftp.c')
-rw-r--r-- | ftp.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,4 +1,5 @@ #include <netinet/in.h> +#include <netinet/ip.h> #include <alloca.h> #include <arpa/inet.h> #include <ctype.h> |