Include <stddef.h> for NULL

This commit is contained in:
Pierre Pronchery 2019-10-02 16:06:23 +02:00
parent 2d3566fc61
commit f61f489ec5

View File

@ -7,6 +7,7 @@
# define UKERNEL_DRIVERS_BUS_H
# include <stdarg.h>
# include <stddef.h>
# include <stdint.h>