Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/comms/direwolf/files/patch-src_ptt.c
16465 views
1
--- src/ptt.c.orig 2021-12-17 15:05:52 UTC
2
+++ src/ptt.c
3
@@ -148,7 +148,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