projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a654258
)
Added missing #include of termios.h
author
Theodore Tso
<tytso@mit.edu>
Wed, 27 Jan 1999 07:34:40 +0000
(07:34 +0000)
committer
Theodore 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
patch
|
blob
|
history
diff --git
a/src/util/ss/listen.c
b/src/util/ss/listen.c
index 3f819217f3496d2d3865b89ab2cdf1e48c840d20..fbe7b255b30ac4c2e0764818aeb6b182ca96a63a 100644
(file)
--- a/
src/util/ss/listen.c
+++ b/
src/util/ss/listen.c
@@
-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;