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:
diego 2008-01-06 11:43:14 +00:00
parent 444ec084df
commit 7229f29d19
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
#ifndef COMPONENTS_H
#define COMPONENTS_H
#include <inttypes.h>
// Basic types:
typedef char * Ptr;