summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author R. Belmont <rb6502@users.noreply.github.com>2016-07-16 06:09:32 -0400
committer GitHub <noreply@github.com>2016-07-16 06:09:32 -0400
commit13c8e76cf72069b896faedabf7c7def8cb090900 (patch)
treeb6687a93f464dc09683e8d2e18cd48c49ab8799e /src
parent2c4b16048665029149e91f20215b0c4e05761ae4 (diff)
parentef8816ae18f9d607e0542f3ebe9789ae57fa04a5 (diff)
Merge pull request #1093 from stevenc99/kfreebsd
GNU/kFreeBSD support
Diffstat (limited to 'src')
-rw-r--r--src/osd/modules/file/posixptty.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osd/modules/file/posixptty.cpp b/src/osd/modules/file/posixptty.cpp
index 164c2fc62c6..3eab9e45d0c 100644
--- a/src/osd/modules/file/posixptty.cpp
+++ b/src/osd/modules/file/posixptty.cpp
@@ -19,7 +19,7 @@
#include <unistd.h>
#include <stdlib.h>
-#if defined(__FreeBSD__) || defined(__DragonFly__)
+#if defined(__FreeBSD_kernel__) || defined(__DragonFly__)
#include <termios.h>
#include <libutil.h>
#elif defined(__NetBSD__) || defined(__OpenBSD__) || defined(__APPLE__) || defined(__ANDROID__)