blob: 442ddc1268cee2c2e2cd8d885325d6ef8dcb8de5 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- a/networking/telnetd.c
+++ b/networking/telnetd.c
@@ -133,6 +133,7 @@
#include <string.h>
#include <unistd.h>
#include <linux/reboot.h>
+#include <sys/reboot.h>
#define LOGIN_PREFIX "Atlas probe, see http://atlas.ripe.net/\r\n\r\n"
#define LOGIN_PROMPT " login: "
|