Added missing #include of termios.h
authorTheodore Tso <tytso@mit.edu>
Wed, 27 Jan 1999 07:34:40 +0000 (07:34 +0000)
committerTheodore Tso <tytso@mit.edu>
Wed, 27 Jan 1999 07:34:40 +0000 (07:34 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11134 dc483132-0cff-0310-8789-dd5450dbe970

src/util/ss/listen.c

index 3f819217f3496d2d3865b89ab2cdf1e48c840d20..fbe7b255b30ac4c2e0764818aeb6b182ca96a63a 100644 (file)
@@ -13,6 +13,7 @@
 #include <stdio.h>
 #include <setjmp.h>
 #include <signal.h>
+#include <termios.h>
 #include <sys/param.h>
 
 static ss_data *current_info;