Skip to content

Commit 36b143d

Browse files
authored
Merge pull request Haivision#442 from jlsantiago0/master
Fix MINGW build.
2 parents 2045a59 + 548c40f commit 36b143d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

srtcore/platform_sys.h

+3
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
#include <win/stdint.h>
2020
#include <win/inttypes.h>
2121
#pragma warning(disable:4251)
22+
#elif defined(__MINGW32__)
23+
#include <inttypes.h>
24+
#include <stdint.h>
2225
#endif
2326
#else
2427
#include <sys/types.h>

0 commit comments

Comments
 (0)