mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-02-01 05:04:15 +01:00
Allow for a clean compiel on Linux.
This commit is contained in:
parent
17f38bcab3
commit
a9f6220162
|
|
@ -22,6 +22,7 @@
|
|||
|
||||
#include <cstdio>
|
||||
#include <cassert>
|
||||
#include <cstring>
|
||||
|
||||
CJitterBuffer::CJitterBuffer(unsigned int blockSize, unsigned int blockTime, unsigned int jitterTime, unsigned int topSequenceNumber) :
|
||||
m_blockSize(blockSize),
|
||||
|
|
|
|||
Loading…
Reference in a new issue