lavf/sdp: Add missing version.h include

Fixes lavf version output in SDP, regression since 4eb9232c
This commit is contained in:
Carl Eugen Hoyos 2022-08-31 16:24:22 +02:00
parent 4fce3bab64
commit 7180416084
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@
#include "avc.h"
#include "hevc.h"
#include "rtp.h"
#include "version.h"
#if CONFIG_NETWORK
#include "network.h"
#endif