Fix missing includes in camera.common

Test: mma -j BOARD_VNDK_VERSION=current
Bug: 33241851
Change-Id: I471f05cf66e4c8532c428f9894fa4642139e03e2
This commit is contained in:
Yifan Hong
2017-06-27 10:54:54 -07:00
parent 295ef84a45
commit a04a913c77

View File

@@ -20,6 +20,7 @@
#include <string.h>
#include <stdlib.h>
#include <unistd.h>
#include "CameraParameters.h"
#include <system/graphics.h>