Merge "Libgralloc: Fix missing include" am: ce46f1136d

am: 0813333914

Change-Id: Id339c250ad620f1098a085bc7c9a9907115aa0f0
This commit is contained in:
Andreas Gampe 2018-01-18 10:37:42 +00:00 committed by android-build-merger
commit 78c8f17661
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"