Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 116784
Collapse All | Expand All

(-)krb5/src/appl/telnet/telnet/telnet.c (+4 lines)
Lines 52-60 Link Here
52
#include <curses.h>
52
#include <curses.h>
53
#endif
53
#endif
54
54
55
#ifndef TERMCAP
55
#ifdef HAVE_TERM_H
56
#ifdef HAVE_TERM_H
56
#include <term.h>
57
#include <term.h>
57
#endif
58
#endif
59
#else
60
#include <termcap.h>
61
#endif
58
62
59
#include <arpa/telnet.h>
63
#include <arpa/telnet.h>
60
64

Return to bug 116784