changeset 25587:938ad61247d5

Add missing #include so that the header works standalone.
author diego
date Sun, 06 Jan 2008 11:43:14 +0000
parents 2c25326ad773
children 0f344d22ee48
files loader/qtx/qtxsdk/components.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/loader/qtx/qtxsdk/components.h	Sun Jan 06 11:40:49 2008 +0000
+++ b/loader/qtx/qtxsdk/components.h	Sun Jan 06 11:43:14 2008 +0000
@@ -1,6 +1,8 @@
 #ifndef COMPONENTS_H
 #define COMPONENTS_H
 
+#include <inttypes.h>
+
 // Basic types:
 
 typedef char *                          Ptr;