Patch for fix build wget on Haiku http://ports.haiku-files.org/ticket/638
--- src/utils.c.orig 2012-10-26 02:33:37.888143872 +0000 +++ src/utils.c @@ -64,7 +64,9 @@ as that of the covered work. */ #include <sys/stat.h> /* For TIOCGWINSZ and friends: */ +#ifndef __HAIKU__ #include <sys/ioctl.h> +#endif #ifdef HAVE_TERMIOS_H # include <termios.h> #endif -- Jabber ID: admin^)freenet59.ru --
