summaryrefslogtreecommitdiff
path: root/mndp.c
diff options
context:
space:
mode:
authorHåkon Nessjøen <haakon.nessjoen@gmail.com>2010-10-11 01:16:10 +0200
committerHåkon Nessjøen <haakon.nessjoen@gmail.com>2010-10-11 01:16:10 +0200
commit94113dbaec206b4c15b5b03871ae3642efaf0290 (patch)
treeba1852c9a3b8234dcdfaf830066e2cb9b499b2ac /mndp.c
parent8a9a47179332700c5c270dafc6ef014417015f99 (diff)
downloadMAC-Telnet-94113dbaec206b4c15b5b03871ae3642efaf0290.tar.gz
MAC-Telnet-94113dbaec206b4c15b5b03871ae3642efaf0290.zip
Renamed files, added license info and did some minior fixes.
Diffstat (limited to 'mndp.c')
-rw-r--r--mndp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mndp.c b/mndp.c
index 7ee5828..006985c 100644
--- a/mndp.c
+++ b/mndp.c
@@ -21,7 +21,7 @@
#include <arpa/inet.h>
#include <netinet/ether.h>
#include <string.h>
-#include "mactelnet.h"
+#include "protocol.h"
#include "config.h"
int main(int argc, char **argv) {