From c84342d3574b65de2402c9b93249bb2bf2fc3ae4 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 18 May 2018 08:21:08 -0600 Subject: [PATCH] include/nuttx/video/fb.h: No, I was right the first time. sys/types.h is needed in some inclusion contexts. --- include/nuttx/video/fb.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/nuttx/video/fb.h b/include/nuttx/video/fb.h index bed6593928b..e6147ba942c 100644 --- a/include/nuttx/video/fb.h +++ b/include/nuttx/video/fb.h @@ -43,6 +43,7 @@ #include +#include #include #include