opnsense-ports/comms/flrig/files/patch-src_cmedia_tmate2.cxx
Franco Fichtner 01043d630f */*: sync with upstream
Taken from: FreeBSD
2023-10-12 16:02:20 +02:00

13 lines
268 B
C++

--- src/cmedia/tmate2.cxx.orig 2022-03-21 23:27:19 UTC
+++ src/cmedia/tmate2.cxx
@@ -45,7 +45,9 @@
#include <termios.h>
#include <glob.h>
# ifndef __APPLE__
-# include <error.h>
+# ifndef __FreeBSD__
+# include <error.h>
+# endif
# endif
#endif