am 42b5e6d4: am 51bfedd8: Merge "Add missing includes."

* commit '42b5e6d49c92c3ec89fec7c68438a61e9e021e72':
  Add missing includes.
This commit is contained in:
Elliott Hughes 2015-01-30 21:28:15 +00:00 committed by Android Git Automerger
commit 312a9e6620
2 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <errno.h>
#include "binder.h"

View File

@ -4,6 +4,7 @@
#include <inttypes.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <errno.h>
#include <unistd.h>
#include <fcntl.h>