From 6a0056eefb1ea50545300cfbf549be88d07b918a Mon Sep 17 00:00:00 2001 From: adamdunkels Date: Tue, 20 Mar 2007 20:09:17 +0000 Subject: [PATCH] Added lib/sensors.h include --- platform/cooja/dev/button-sensor.h | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/platform/cooja/dev/button-sensor.h b/platform/cooja/dev/button-sensor.h index 3d39ec59a..89749e6b0 100644 --- a/platform/cooja/dev/button-sensor.h +++ b/platform/cooja/dev/button-sensor.h @@ -26,14 +26,16 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: button-sensor.h,v 1.1 2006/08/21 12:11:19 fros4943 Exp $ + * $Id: button-sensor.h,v 1.2 2007/03/20 20:09:17 adamdunkels Exp $ */ -#ifndef __BUTTON_H__ -#define __BUTTON_H__ +#ifndef __BUTTON_SENSOR_H__ +#define __BUTTON_SENSOR_H__ + +#include "lib/sensors.h" extern const struct sensors_sensor button_sensor; #define BUTTON_SENSOR "Button" -#endif /* __BUTTON_H__ */ +#endif /* __BUTTON_SENSOR_H__ */