1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/devel/libmba/files/patch-src::mba::shellout.h
Simon Barner e057bad313 - Update to 0.8.10
- 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)
2005-03-08 16:21:34 +00:00

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