opnsense-ports/comms/flrig/files/patch-src_cmedia_cmedia.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/cmedia.cxx.orig 2023-09-23 00:17:45 UTC
+++ src/cmedia/cmedia.cxx
@@ -42,7 +42,9 @@
#include <termios.h>
#include <glob.h>
# ifndef __APPLE__
-# include <error.h>
+# ifndef __FreeBSD__
+# include <error.h>
+# endif
# endif
#endif