From b8a5c11cbd8a0514754558892d9bbd620345799c Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Fri, 15 Jan 2016 17:25:16 -0500 Subject: refactor headers --- src/telnet.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/telnet.c') diff --git a/src/telnet.c b/src/telnet.c index 038c54c..9e664ea 100644 --- a/src/telnet.c +++ b/src/telnet.c @@ -16,7 +16,10 @@ * along with this program. If not, see . */ -#include "netcosm.h" +#include "globals.h" + +#include "client.h" +#include "telnet.h" int telnet_handle_command(const unsigned char *buf) { -- cgit v1.1