blob: 951446d2255e227d5968d88b1c1c3ac40d302bea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
Index: rsh/rsh.c
===================================================================
--- rsh/rsh.c.orig 2006-11-07 01:01:29.000000000 +0200
+++ rsh/rsh.c 2006-11-07 01:01:46.000000000 +0200
@@ -70,6 +70,8 @@
# include <sys/select.h>
#endif
+#include "xalloc.h"
+
#ifdef SHISHI
#define REALM_SZ 1040
#endif
Index: telnet/authenc.c
===================================================================
--- telnet/authenc.c.orig 2006-11-07 01:01:06.000000000 +0200
+++ telnet/authenc.c 2006-11-07 01:01:14.000000000 +0200
@@ -40,6 +40,7 @@ static char sccsid[] = "@(#)authenc.c 8.
#include <arpa/telnet.h>
#include <libtelnet/encrypt.h>
#include <libtelnet/misc.h>
+#include <unistd.h>
#include "general.h"
#include "ring.h"
|