mirror of
https://github.com/mpv-player/mpv
synced 2024-12-17 20:34:58 +00:00
Add missing #include so that the header works standalone.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25615 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
444ec084df
commit
7229f29d19
@ -1,6 +1,8 @@
|
||||
#ifndef COMPONENTS_H
|
||||
#define COMPONENTS_H
|
||||
|
||||
#include <inttypes.h>
|
||||
|
||||
// Basic types:
|
||||
|
||||
typedef char * Ptr;
|
||||
|
Loading…
Reference in New Issue
Block a user