mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-12 05:52:19 -04:00
19 lines
507 B
C++
19 lines
507 B
C++
$NetBSD: patch-codelite__terminal_MainFrame.cpp,v 1.1 2016/06/15 22:04:17 kamil Exp $
|
|
|
|
Add switch for NetBSD to not fall under "other OS".
|
|
|
|
--- codelite_terminal/MainFrame.cpp.orig 2016-01-30 10:49:18.000000000 +0000
|
|
+++ codelite_terminal/MainFrame.cpp
|
|
@@ -16,6 +16,11 @@
|
|
#include <sys/ioctl.h>
|
|
#include <termios.h>
|
|
#include <libutil.h>
|
|
+#elif defined(__NetBSD__)
|
|
+#include <sys/types.h>
|
|
+#include <sys/ioctl.h>
|
|
+#include <termios.h>
|
|
+#include <util.h>
|
|
#elif defined(__WXGTK__)
|
|
#include <pty.h>
|
|
#else
|