Skip to content
Snippets Groups Projects
Commit 7e8bc3f2 authored by Hauke Petersen's avatar Hauke Petersen
Browse files

net/ng_netdev: fixed missing include of kernel.h

parent ed65ced8
No related branches found
No related tags found
No related merge requests found
...@@ -26,6 +26,7 @@ ...@@ -26,6 +26,7 @@
#include <stdint.h> #include <stdint.h>
#include <stdlib.h> #include <stdlib.h>
#include "kernel.h"
#include "net/ng_pkt.h" #include "net/ng_pkt.h"
#include "net/ng_netconf.h" #include "net/ng_netconf.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment