Skip to content

Commit

Permalink
修复windows下编译不过的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
xiachuziyue authored Dec 12, 2019
1 parent e8bb7c5 commit 0f39741
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions librtp/source/rtp-ssrc.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

#if defined(OS_WINDOWS) || defined(_WIN32) || defined(_WIN64)
#include <windows.h>
#include <wincrypt.h>

uint32_t rtp_ssrc(void)
{
Expand Down

0 comments on commit 0f39741

Please sign in to comment.