Merge "Libgralloc: Fix missing include"

This commit is contained in:
Treehugger Robot 2018-01-18 10:26:27 +00:00 committed by Gerrit Code Review
commit ce46f1136d
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@
#include <fcntl.h>
#include <cutils/log.h>
#include <errno.h>
#include <string.h>
#include <utils/Trace.h>
#include "gralloc_priv.h"
#include "ionalloc.h"