summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/dgram/dgram_link.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dgram/dgram_link.c b/src/dgram/dgram_link.c
index 03c4159..13741b5 100644
--- a/src/dgram/dgram_link.c
+++ b/src/dgram/dgram_link.c
@@ -81,7 +81,6 @@ dgram_send(struct onet_link *link, mac_addr_t dst, void *buf, uint16_t len)
return len;
}
-#include <stdio.h>
rx_len_t
dgram_recv(struct onet_link *link, void *buf, uint16_t len)
{