am ac41815a: Merge "Add missing includes."

* commit 'ac41815a99763b3e59d0f2f9ef2bb3e5a2011336':
  Add missing includes.
This commit is contained in:
Elliott Hughes 2015-01-30 21:16:31 +00:00 committed by Android Git Automerger
commit 06b402dd10
7 changed files with 8 additions and 1 deletions

View file

@ -18,6 +18,7 @@
//#define LOG_NDEBUG 0
#include <errno.h>
#include <malloc.h>
#include <pthread.h>
#include <stdint.h>
#include <sys/time.h>

View file

@ -16,6 +16,7 @@
#define LOG_TAG "ConsumerIrHal"
#include <errno.h>
#include <malloc.h>
#include <string.h>
#include <cutils/log.h>
#include <hardware/hardware.h>

View file

@ -16,6 +16,7 @@
#define LOG_TAG "FingerprintHal"
#include <errno.h>
#include <malloc.h>
#include <string.h>
#include <cutils/log.h>
#include <hardware/hardware.h>

View file

@ -18,9 +18,10 @@
//#define LOG_NDEBUG 0
#include <errno.h>
#include <malloc.h>
#include <stdint.h>
#include <string.h>
#include <sys/time.h>
#include <linux/time.h>
#include <cutils/log.h>

View file

@ -14,6 +14,7 @@
* limitations under the License.
*/
#include <errno.h>
#include <malloc.h>
#include <string.h>
#include <cutils/log.h>

View file

@ -14,6 +14,7 @@
* limitations under the License.
*/
#include <errno.h>
#include <malloc.h>
#include <string.h>
#include <hardware/hardware.h>

View file

@ -19,6 +19,7 @@
#include <cutils/log.h>
#include <malloc.h>
#include <stdio.h>
#include <unistd.h>
#include <fcntl.h>