mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
e057bad313
- Fix fetch - Mark broken on FreeBSD < 500039 (needs wchar support) PR: ports/77815 Submitted by: Sam Lawrance <boris@brooknet.com.au> Approved by: arved (mentor)
11 lines
242 B
C
11 lines
242 B
C
--- src/mba/shellout.h.orig Tue May 18 18:07:17 2004
|
|
+++ src/mba/shellout.h Mon Feb 21 01:54:34 2005
|
|
@@ -9,6 +9,7 @@
|
|
#endif
|
|
|
|
#include <termios.h>
|
|
+#include <unistd.h>
|
|
|
|
#define SHO_FLAGS_INTERACT 0x0001
|
|
#define SHO_FLAGS_ISATTY 0x0100
|