am ac41815a
: Merge "Add missing includes."
* commit 'ac41815a99763b3e59d0f2f9ef2bb3e5a2011336': Add missing includes.
This commit is contained in:
commit
06b402dd10
7 changed files with 8 additions and 1 deletions
|
@ -18,6 +18,7 @@
|
|||
//#define LOG_NDEBUG 0
|
||||
|
||||
#include <errno.h>
|
||||
#include <malloc.h>
|
||||
#include <pthread.h>
|
||||
#include <stdint.h>
|
||||
#include <sys/time.h>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
#include <errno.h>
|
||||
#include <malloc.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <cutils/log.h>
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
#include <errno.h>
|
||||
#include <malloc.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <hardware/hardware.h>
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
|
||||
#include <cutils/log.h>
|
||||
|
||||
#include <malloc.h>
|
||||
#include <stdio.h>
|
||||
#include <unistd.h>
|
||||
#include <fcntl.h>
|
||||
|
|
Loading…
Reference in a new issue