commit | 841b263fae7463d8c57814a0134300b7a27c785c | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Feb 12 14:28:54 2015 -0800 |
committer | Elliott Hughes <enh@google.com> | Fri Feb 13 15:15:11 2015 -0800 |
tree | cafcd56326de7033007b2b3b5d9eed7f0cc637aa | |
parent | 265df6f50c508710f0b717d67650732baa906976 [diff] [blame] |
Further refactoring of the bootchart code. Change-Id: Ifed6ae8d481b605139fd27799574de4c2d0f5908
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);