diff options
Diffstat (limited to 'ftp/axel/files/patch-axel.h')
-rw-r--r-- | ftp/axel/files/patch-axel.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/ftp/axel/files/patch-axel.h b/ftp/axel/files/patch-axel.h new file mode 100644 index 000000000000..632349710d73 --- /dev/null +++ b/ftp/axel/files/patch-axel.h @@ -0,0 +1,20 @@ +--- axel.h.orig Sun Aug 5 23:41:50 2001 ++++ axel.h Sun Aug 5 23:42:26 2001 +@@ -30,7 +30,9 @@ + #include <errno.h> + #include <stdio.h> + #include <netdb.h> ++#ifndef NOGETOPTLONG + #include <getopt.h> ++#endif + #include <limits.h> + #include <stdlib.h> + #include <unistd.h> +@@ -41,6 +43,7 @@ + #include <sys/time.h> + #include <sys/types.h> + #include <sys/socket.h> ++#include <netinet/in_systm.h> + #include <netinet/in.h> + #include <netinet/ip.h> + |