eeze/sensor: Wehn using sleep() we should include the header for declaration

SVN revision: 76865
This commit is contained in:
Stefan Schmidt 2012-09-19 13:34:57 +00:00
parent eaa278444c
commit ccde4dce02
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@
#include <Eeze.h>
#include <Ecore.h>
#include <stdio.h>
#include <unistd.h>
#include <Eeze_Sensor.h>