1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 05:32:45 +01:00

drivers/at24mac: include kernel_defines.h

We need that header file for the ARRAY_SIZE() macro.
This commit is contained in:
Benjamin Valentin 2020-02-26 21:06:04 +01:00
parent 9d1a2b5fb4
commit 00131bb745

View File

@ -19,6 +19,7 @@
*/
#include <errno.h>
#include "kernel_defines.h"
#include "at24mac.h"
#include "at24mac_params.h"