From: <zw...@ma...> - 2009-05-13 12:50:46
|
Author: zwelch Date: 2009-05-13 12:50:32 +0200 (Wed, 13 May 2009) New Revision: 1775 Modified: trunk/src/helper/command.h Log: Include types.h in command.h to make stdint.h available through it. Modified: trunk/src/helper/command.h =================================================================== --- trunk/src/helper/command.h 2009-05-13 10:21:50 UTC (rev 1774) +++ trunk/src/helper/command.h 2009-05-13 10:50:32 UTC (rev 1775) @@ -23,6 +23,8 @@ #ifndef COMMAND_H #define COMMAND_H +#include "types.h" + /* Integrate the JIM TCL interpretor into the command processing. */ #if BUILD_ECOSBOARD #include <stdio.h> |