sensor-hal: add including stdbool.h 58/58758/1
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 ea3b795..e31c273 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))