]> git.meshlink.io Git - meshlink/blobdiff - src/dropin.h
Fix whitespace.
[meshlink] / src / dropin.h
index a3a22e3fa0cd56feeee3733246a71b8c1230254c..c6cabba6c17e1437f2be34ec4f1ae3ec5974e0cb 100644 (file)
@@ -41,4 +41,8 @@ extern int vasprintf(char **, const char *, va_list ap);
 extern int gettimeofday(struct timeval *, void *);
 #endif
 
-#endif                                                 /* __DROPIN_H__ */
+#ifndef HAVE_USLEEP
+extern int usleep(long long usec);
+#endif
+
+#endif /* __DROPIN_H__ */