Add missing includes.

Change-Id: I1dad32ab459c25063a70cf52100a29d00fea3a90
This commit is contained in:
Elliott Hughes 2015-01-29 22:32:32 -08:00
parent 0e17a265f5
commit 824e30e5ed
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>