core: add missing include to vlc_ancillary.h

This refernces uint32_t without include, breaking this header if
included before others.
This commit is contained in:
Niklas Haas 2022-05-30 22:06:13 +02:00 committed by Steve Lhomme
parent 489f704591
commit 77bf795c0d
1 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,8 @@
#ifndef VLC_ANCILLARY_H
#define VLC_ANCILLARY_H 1
#include <stdint.h>
/**
* \defgroup ancillary Ancillary
* \ingroup input