Remove unused pkg dependancy
[platform/upstream/iotivity.git] / extlibs / tinydtls / dtls_time.h
index 82ff062..6541b1c 100644 (file)
@@ -32,7 +32,9 @@
 #define _DTLS_DTLS_TIME_H_
 
 #include <stdint.h>
+#ifdef HAVE_SYS_TIME_H
 #include <sys/time.h>
+#endif
 
 #include "tinydtls.h"