diff --git a/drivers/include/netdev/default.h b/drivers/include/netdev/default.h index 50d49830236f..fe9b02787529 100644 --- a/drivers/include/netdev/default.h +++ b/drivers/include/netdev/default.h @@ -31,9 +31,13 @@ #ifdef MODULE_NATIVENET #include "nativenet.h" +#ifdef MODULE_NRF24L01P +#include "nrf24l01p.h" + #ifndef NETDEV_DEFAULT #define NETDEV_DEFAULT (&nativenet_default_dev) #endif /* NETDEV_DEFAULT */ #endif /* MODULE_NATIVENET */ +#endif /* MODULE_NRF24L01P */ #endif /* __NETDEV_DEFAULT_H_ */