Files
ports/comms/direwolf/files/patch-ptt.c
T
Stephen Hurd 22474ce744 Update to 1.5, and change maintainer to hamradio@
PR:		236631
Submitted by:	takefu
Approved by:	kevans (maintainer)
2019-07-22 17:27:23 +00:00

12 lines
209 B
C

--- ptt.c.orig 2018-10-08 14:15:21 UTC
+++ ptt.c
@@ -139,7 +139,7 @@
#if __WIN32__
#else
-#include <sys/termios.h>
+#include <termios.h>
#include <sys/ioctl.h>
#include <fcntl.h>
#include <sys/types.h>