JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
st should compile on NetBSD.
[st.git] / st.c
diff --git a/st.c b/st.c
index 436533c..af3ec6d 100644 (file)
--- 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>