wildmidi: include stdint.h for int8_t

This commit is contained in:
Tim-Philipp Müller 2017-05-23 09:17:08 +01:00
parent caeb59fc87
commit 0969e8323f

View file

@ -39,6 +39,10 @@
#include <config.h>
#endif
#ifdef HAVE_STDINT_H
#include <stdint.h>
#endif
#include <gst/gst.h>
#include <glib/gstdio.h>