# HG changeset patch # User diego # Date 1199619794 0 # Node ID 938ad61247d51c8ceabe56b33913f1b299de7320 # Parent 2c25326ad773e0afce40014e269676fa5c7d4171 Add missing #include so that the header works standalone. diff -r 2c25326ad773 -r 938ad61247d5 loader/qtx/qtxsdk/components.h --- 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 + // Basic types: typedef char * Ptr;