diff options
author | 2019-05-29 14:00:38 +0300 | |
---|---|---|
committer | 2019-05-29 14:00:38 +0300 | |
commit | 755117d64899833a959ed61777be27cb2ba1fa98 (patch) | |
tree | 033a31d0e8ae4c8c77faa89b385c26f927dbfe02 /src/common/tlv.c | |
parent | 743f4857ede9f48def462c1ea2cee8be71356fac (diff) | |
download | usurpation-755117d64899833a959ed61777be27cb2ba1fa98.tar.gz usurpation-755117d64899833a959ed61777be27cb2ba1fa98.tar.bz2 usurpation-755117d64899833a959ed61777be27cb2ba1fa98.zip |
Protocol: now renamed things properly and updated build files.
Signed-off-by: Ramūnas Mažeikis <ramunasnezinomas@gmail.com>
Diffstat (limited to 'src/common/tlv.c')
-rw-r--r-- | src/common/tlv.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/tlv.c b/src/common/tlv.c index 0002a96..748d3fb 100644 --- a/src/common/tlv.c +++ b/src/common/tlv.c @@ -27,8 +27,8 @@ #include <stdlib.h> #include <string.h> #include <time.h> -#include "protocol.h" -#include "protocol_private.h" +#include "tlv.h" +#include "tlv_private.h" #include "net.h" #include "utils.h" |