sensor-hal: add including stdbool.h
authorMu-Woong Lee <muwoong.lee@samsung.com>
Wed, 3 Feb 2016 07:49:35 +0000 (16:49 +0900)
committerMu-Woong Lee <muwoong.lee@samsung.com>
Wed, 3 Feb 2016 07:49:35 +0000 (16:49 +0900)
Change-Id: I981c78e96639b2f2066a6b6e8f6f8c307f2f6ec0
Signed-off-by: kibak.yoon <kibak.yoon@samsung.com>
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
src/sensor_hal.h

index ea3b79544ec4b1d59da3791c87047de4e39b1a41..e31c273b3f27ec249cfb44a45f13b6b42ad58bfa 100644 (file)
@@ -21,6 +21,7 @@
 #define _SENSOR_HAL_H_
 
 #include <stdint.h>
+#include <stdbool.h>
 
 #define SENSOR_HAL_VERSION(maj,min) \
                        ((((maj) & 0xffff) << 24) | ((min) & 0xffff))