From 7229f29d19967573f8f11c78a7433feda91832d7 Mon Sep 17 00:00:00 2001 From: diego Date: Sun, 6 Jan 2008 11:43:14 +0000 Subject: Add missing #include so that the header works standalone. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25615 b3059339-0415-0410-9bf9-f77b7e298cf2 --- loader/qtx/qtxsdk/components.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'loader') diff --git a/loader/qtx/qtxsdk/components.h b/loader/qtx/qtxsdk/components.h index ac7d192a38..6b616ed98b 100644 --- a/loader/qtx/qtxsdk/components.h +++ b/loader/qtx/qtxsdk/components.h @@ -1,6 +1,8 @@ #ifndef COMPONENTS_H #define COMPONENTS_H +#include + // Basic types: typedef char * Ptr; -- cgit v1.2.3