Skip to content

Commit 1bd3bf9

Browse files
authored
Fix compilation with Visual Studio (#58)
1 parent 3aec0c1 commit 1bd3bf9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

frontend/mp4write.c

+2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@
2727
//#include <byteswap.h>
2828
#endif
2929
#include <string.h>
30+
#if !defined (_MSC_VER)
3031
#include <sys/time.h>
32+
#endif
3133
#include <time.h>
3234
#include <unistd.h>
3335

0 commit comments

Comments
 (0)