mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
wildmidi: include stdint.h for int8_t
This commit is contained in:
parent
caeb59fc87
commit
0969e8323f
1 changed files with 4 additions and 0 deletions
|
@ -39,6 +39,10 @@
|
|||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_STDINT_H
|
||||
#include <stdint.h>
|
||||
#endif
|
||||
|
||||
#include <gst/gst.h>
|
||||
#include <glib/gstdio.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue