1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-24 05:53:49 +01:00

net/ng_netdev: fixed missing include of kernel.h

This commit is contained in:
Hauke Petersen 2015-03-17 18:08:57 +01:00
parent ed65ced885
commit 7e8bc3f21c

View File

@ -26,6 +26,7 @@
#include <stdint.h>
#include <stdlib.h>
#include "kernel.h"
#include "net/ng_pkt.h"
#include "net/ng_netconf.h"