1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-12 01:46:16 +00:00

demux_rtp.cpp: Add missing #include

This commit is contained in:
Uoti Urpala 2008-12-02 23:09:07 +02:00
parent d8fad6cc3d
commit 52ee93c1c6

View File

@ -8,6 +8,7 @@ extern "C" {
#endif
#include "demux_rtp.h"
#include "stheader.h"
#include "options.h"
}
#include "demux_rtp_internal.h"