external/gbm_gralloc
Revision | a09c6038ff25f0b4661cf446801a65b0ffe7aa9c (tree) |
---|---|
Time | 2019-08-11 04:13:40 |
Author | Roman Stratiienko <roman.stratiienko@glob...> |
Commiter | Roman Stratiienko |
Add missing include required for close()
Fixes build error with Android-Q
Signed-off-by: Roman Stratiienko <roman.stratiienko@globallogic.com>
@@ -29,6 +29,7 @@ | ||
29 | 29 | #include <cutils/properties.h> |
30 | 30 | #include <stdlib.h> |
31 | 31 | #include <string.h> |
32 | +#include <unistd.h> | |
32 | 33 | #include <errno.h> |
33 | 34 | #include <sys/types.h> |
34 | 35 | #include <sys/stat.h> |