aboutsummaryrefslogtreecommitdiff
path: root/st.c
diff options
context:
space:
mode:
authorAurélien Aptel <aurelien.aptel@gmail.com>2010-08-30 01:20:38 +0200
committerAurélien Aptel <aurelien.aptel@gmail.com>2010-08-30 01:20:38 +0200
commit1ba065d9935da7673afd1b2ceb4b3e4e8f603b83 (patch)
tree57e611e8c3b1b396e001b047084a2ef8917bc584 /st.c
parentbc834723ecf0172f776a9f8f79c0075323986693 (diff)
downloadst-1ba065d9935da7673afd1b2ceb4b3e4e8f603b83.tar.gz
st-1ba065d9935da7673afd1b2ceb4b3e4e8f603b83.tar.bz2
st should compile on NetBSD.
Diffstat (limited to 'st.c')
-rw-r--r--st.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/st.c b/st.c
index 436533c..af3ec6d 100644
--- a/st.c
+++ b/st.c
@@ -22,7 +22,7 @@
#if defined(LINUX)
#include <pty.h>
-#elif defined(OPENBSD)
+#elif defined(OPENBSD) || defined(NETBSD)
#include <util.h>
#elif defined(FREEBSD)
#include <libutil.h>