diff options
Diffstat (limited to 'src/telnet.c')
| -rw-r--r-- | src/telnet.c | 5 |
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) { |