diff options
Diffstat (limited to 'osdep/io.h')
-rw-r--r-- | osdep/io.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/osdep/io.h b/osdep/io.h index 53097a1b78..306e2ac6ec 100644 --- a/osdep/io.h +++ b/osdep/io.h @@ -44,6 +44,7 @@ #endif bool mp_set_cloexec(int fd); +int mp_make_wakeup_pipe(int pipes[2]); #ifdef _WIN32 #include <wchar.h> |