bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-wget] fix build on Haiku


From: diger
Subject: [Bug-wget] fix build on Haiku
Date: Tue, 26 Feb 2013 12:06:20 +0500
User-agent: RoundCube Webmail/0.3.1

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
-- 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]