]> git.meshlink.io Git - meshlink/blobdiff - src/dropin.h
Merge branch 'master' of git://tinc-vpn.org/tinc into 1.1
[meshlink] / src / dropin.h
index a3a22e3fa0cd56feeee3733246a71b8c1230254c..3617b70e2b172083c83df9bf44213db3b2560a90 100644 (file)
@@ -41,4 +41,8 @@ extern int vasprintf(char **, const char *, va_list ap);
 extern int gettimeofday(struct timeval *, void *);
 #endif
 
+#ifndef HAVE_USLEEP
+extern int usleep(long long usec);
+#endif
+
 #endif                                                 /* __DROPIN_H__ */