comparison loader/qtx/qtxsdk/components.h @ 25587:938ad61247d5

Add missing #include so that the header works standalone.
author diego
date Sun, 06 Jan 2008 11:43:14 +0000
parents 6ac1ece1f9fe
children a8ea87c71d18
comparison
equal deleted inserted replaced
25586:2c25326ad773 25587:938ad61247d5
1 #ifndef COMPONENTS_H 1 #ifndef COMPONENTS_H
2 #define COMPONENTS_H 2 #define COMPONENTS_H
3
4 #include <inttypes.h>
3 5
4 // Basic types: 6 // Basic types:
5 7
6 typedef char * Ptr; 8 typedef char * Ptr;
7 typedef Ptr * Handle; 9 typedef Ptr * Handle;