Remove '/.well-known' from URI
[platform/upstream/iotivity.git] / extlibs / timer / timer.h
index 3ecff36..3ad432a 100644 (file)
 #ifndef TIMER_H_
 #define TIMER_H_
 
-#ifndef WITH_ARDUINO
+#ifdef HAVE_SYS_TIME_H
 #include <sys/time.h>
-#else
+#endif
+#ifdef HAVE_ARDUINO_TIME_H
 #include <Time.h>
 #endif