]> git.sur5r.net Git - openocd/commitdiff
Include types.h in command.h to make stdint.h available through it.
authorzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Wed, 13 May 2009 10:50:32 +0000 (10:50 +0000)
committerzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Wed, 13 May 2009 10:50:32 +0000 (10:50 +0000)
git-svn-id: svn://svn.berlios.de/openocd/trunk@1775 b42882b7-edfa-0310-969c-e2dbd0fdcd60

src/helper/command.h

index 5fc0a283ea6b1a403ef73816db8c6715eec12f99..07f3c29906ab2f341b4646f4a96bf09f42893a8a 100644 (file)
@@ -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>