ng_netif: Add missing include

This commit is contained in:
Martine Lenders 2015-03-04 18:30:45 +01:00
parent 1793eb7ec8
commit 878bc94b38

View File

@ -24,6 +24,7 @@
#ifndef NG_NETIF_H_
#define NG_NETIF_H_
#include <stdlib.h>
#include "kernel_types.h"
#ifdef __cplusplus