1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

driver/disp_dev: include stddef.h

This commit is contained in:
Karl Fessel 2022-01-26 16:06:32 +01:00
parent e272fb18ed
commit 124f8cd2a9

View File

@ -20,6 +20,7 @@
#include <assert.h>
#include <stdbool.h>
#include <stddef.h>
#include <inttypes.h>
#include <errno.h>