am f4530d6e: Merge "Add missing includes."

* commit 'f4530d6eed5fa432fe9283355a265a38aea58bc6':
  Add missing includes.
This commit is contained in:
Elliott Hughes
2015-01-29 05:21:41 +00:00
committed by Android Git Automerger
2 changed files with 4 additions and 2 deletions

View File

@@ -16,8 +16,9 @@
#include <hardware/hardware.h>
#include <fcntl.h>
#include <errno.h>
#include <fcntl.h>
#include <malloc.h>
#include <cutils/log.h>
#include <cutils/atomic.h>

View File

@@ -14,8 +14,9 @@
* limitations under the License.
*/
#include <fcntl.h>
#include <errno.h>
#include <fcntl.h>
#include <malloc.h>
#include <cutils/log.h>
#include <cutils/native_handle.h>