1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

ng_icmpv6_echo: add missing od.h include for DEBUG output

This commit is contained in:
Martine Lenders 2015-06-11 16:32:06 +02:00
parent 8f0f6708f5
commit b580ce1c13

View File

@ -14,6 +14,7 @@
#include "net/ng_netbase.h"
#include "od.h"
#include "net/ng_icmpv6.h"
#include "net/ng_icmpv6/echo.h"
#include "utlist.h"