[MPlayer-cvslog] r25615 - trunk/loader/qtx/qtxsdk/components.h
diego
subversion at mplayerhq.hu
Sun Jan 6 12:43:15 CET 2008
Author: diego
Date: Sun Jan 6 12:43:14 2008
New Revision: 25615
Log:
Add missing #include so that the header works standalone.
Modified:
trunk/loader/qtx/qtxsdk/components.h
Modified: trunk/loader/qtx/qtxsdk/components.h
==============================================================================
--- trunk/loader/qtx/qtxsdk/components.h (original)
+++ trunk/loader/qtx/qtxsdk/components.h Sun Jan 6 12:43:14 2008
@@ -1,6 +1,8 @@
#ifndef COMPONENTS_H
#define COMPONENTS_H
+#include <inttypes.h>
+
// Basic types:
typedef char * Ptr;
More information about the MPlayer-cvslog
mailing list