Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/comms/direwolf/files/patch-ptt.c
16124 views
1
--- ptt.c.orig 2018-10-08 14:15:21 UTC
2
+++ ptt.c
3
@@ -139,7 +139,7 @@
4
5
#if __WIN32__
6
#else
7
-#include <sys/termios.h>
8
+#include <termios.h>
9
#include <sys/ioctl.h>
10
#include <fcntl.h>
11
#include <sys/types.h>
12
13