include/video/fb.h: Use of size_t requires inclusion of sys/types.h

This commit is contained in:
Gregory Nutt 2018-05-18 07:50:10 -06:00
parent 8b0b7636a8
commit eaa1570fba

View File

@ -43,6 +43,7 @@
#include <nuttx/config.h>
#include <sys/types.h>
#include <stdint.h>
#include <nuttx/fs/ioctl.h>