diff options
Diffstat (limited to 'libhb/ports.h')
-rw-r--r-- | libhb/ports.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libhb/ports.h b/libhb/ports.h index 6f451b42b..7b743c437 100644 --- a/libhb/ports.h +++ b/libhb/ports.h @@ -19,6 +19,9 @@ uint64_t hb_get_date(); void hb_snooze( int delay ); int hb_get_cpu_count(); +#ifdef SYS_MINGW +char *strtok_r(char *s, const char *delim, char **save_ptr); +#endif #ifdef __LIBHB__ |