$OpenBSD: patch-iridium_trknotify_cpp,v 1.7 2018/11/20 19:10:32 robert Exp $

Index: iridium/trknotify.cpp
--- iridium/trknotify.cpp.orig
+++ iridium/trknotify.cpp
@@ -5,7 +5,7 @@
  * found in the LICENSE file.
  */
 #include <cstdio>
-#ifdef __linux__
+#ifdef __OpenBSD__
 #	include <unistd.h>
 #endif
 #include "base/task/post_task.h"
@@ -24,7 +24,7 @@ namespace iridium {
 
 void log_url_request(const std::string &caller, const GURL &url)
 {
-#ifdef __linux__
+#ifdef __OpenBSD__
 	bool tty = isatty(fileno(stderr));
 #else
 	bool tty = false;
