your package FTBFS on GNU/kFreeBSD due to some termios-related detection
issues. Since I wanted to check whether that was the only problem, I've
come to this very nasty hack, that might do for a while, until a proper
solution is found.

Or just add "#include <unistd.h>" as shown bellow.

Petr

--- zip/unzip/unzpriv.h
+++ zip/unzip/unzpriv.h
@@ -22,6 +22,8 @@
 #ifndef __unzpriv_h   /* prevent multiple inclusions */
 #define __unzpriv_h

+#include <unistd.h>
+
 /* First thing: Signal all following code that we compile UnZip utilities! */
 #ifndef UNZIP
 #  define UNZIP


--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to