diff options
Diffstat (limited to 'src/util/time.h')
-rw-r--r-- | src/util/time.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util/time.h b/src/util/time.h index af4390aa1c..445ca3acb3 100644 --- a/src/util/time.h +++ b/src/util/time.h @@ -10,6 +10,8 @@ #include <string> #include <chrono> +void UninterruptibleSleep(const std::chrono::microseconds& n); + /** * Helper to count the seconds of a duration. * |