Browse Source

core: add missing include to vlc_ancillary.h

This refernces uint32_t without include, breaking this header if
included before others.
pull/136/head
Niklas Haas 4 years ago
committed by Steve Lhomme
parent
commit
77bf795c0d
  1. 2
      include/vlc_ancillary.h

2
include/vlc_ancillary.h

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

Loading…
Cancel
Save