aboutsummaryrefslogtreecommitdiffstats
path: root/lib/src/common.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/src/common.c')
-rw-r--r--lib/src/common.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/src/common.c b/lib/src/common.c
index 78d25b770..562771e09 100644
--- a/lib/src/common.c
+++ b/lib/src/common.c
@@ -29,6 +29,7 @@
#include <stdio.h>
#include <hicn/common.h>
+#include <hicn/util/log.h>
@@ -109,7 +110,7 @@ hash64 (const void *data, size_t len)
}
void
-hicn_packet_dump (uint8_t * buffer, size_t len)
+hicn_packet_dump (const uint8_t * buffer, size_t len)
{
int i;
unsigned char buff[17];