summaryrefslogtreecommitdiffstats
path: root/init/property_service.h
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-02-12 14:28:54 -0800
committerElliott Hughes <enh@google.com>2015-02-13 15:15:11 -0800
commit841b263fae7463d8c57814a0134300b7a27c785c (patch)
treecafcd56326de7033007b2b3b5d9eed7f0cc637aa /init/property_service.h
parent265df6f50c508710f0b717d67650732baa906976 (diff)
downloadsystem_core-841b263fae7463d8c57814a0134300b7a27c785c.zip
system_core-841b263fae7463d8c57814a0134300b7a27c785c.tar.gz
system_core-841b263fae7463d8c57814a0134300b7a27c785c.tar.bz2
Further refactoring of the bootchart code.
Change-Id: Ifed6ae8d481b605139fd27799574de4c2d0f5908
Diffstat (limited to 'init/property_service.h')
-rw-r--r--init/property_service.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/init/property_service.h b/init/property_service.h
index ff8b063..6e7fc00 100644
--- a/init/property_service.h
+++ b/init/property_service.h
@@ -17,7 +17,7 @@
#ifndef _INIT_PROPERTY_H
#define _INIT_PROPERTY_H
-#include <stdbool.h>
+#include <stddef.h>
#include <sys/system_properties.h>
extern void handle_property_set_fd(void);