Use usleep() instead of sleep(), MinGW complained.
[oweals/tinc.git] / lib / dropin.h
index 22fe36d394f683eb30b8c086c5dc543475f94750..dc7dbee22aabb1791530d35e6972e5642bb8c09d 100644 (file)
@@ -42,7 +42,7 @@ extern int gettimeofday(struct timeval *, void *);
 #endif
 
 #ifndef HAVE_USLEEP
-extern int usleep(long);
+extern int usleep(long long);
 #endif
 
 #endif                                                 /* __DROPIN_H__ */