aboutsummaryrefslogtreecommitdiff
path: root/src/telnet.c
diff options
context:
space:
mode:
authorFranklin Wei <frankhwei536@gmail.com>2016-01-15 17:25:16 -0500
committerFranklin Wei <frankhwei536@gmail.com>2016-01-15 17:25:16 -0500
commit2c83198580a3b28067d74126374091c99eeb1e71 (patch)
tree5687d0e98212c7067c5049bd3914045595c75d21 /src/telnet.c
parent86ce9365674c181dc2db9e0f9acc1048d6acc32a (diff)
downloadnetcosm-2c83198580a3b28067d74126374091c99eeb1e71.zip
netcosm-2c83198580a3b28067d74126374091c99eeb1e71.tar.gz
netcosm-2c83198580a3b28067d74126374091c99eeb1e71.tar.bz2
netcosm-2c83198580a3b28067d74126374091c99eeb1e71.tar.xz
refactor headers
Diffstat (limited to 'src/telnet.c')
-rw-r--r--src/telnet.c5
1 files changed, 4 insertions, 1 deletions
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 <http://www.gnu.org/licenses/>.
*/
-#include "netcosm.h"
+#include "globals.h"
+
+#include "client.h"
+#include "telnet.h"
int telnet_handle_command(const unsigned char *buf)
{