X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/051643995984009593bcb8180ff9f9d570af7df5..ca98f30c537739386bc2707f154cd9f58b693b4f:/client/cmddata.h

diff --git a/client/cmddata.h b/client/cmddata.h
index 20bdbd2b..9b9f2da9 100644
--- a/client/cmddata.h
+++ b/client/cmddata.h
@@ -11,6 +11,12 @@
 #ifndef CMDDATA_H__
 #define CMDDATA_H__
 
+#include <stdlib.h>  //size_t
+#include <stdint.h>  //uint_32+
+#include <stdbool.h> //bool
+
+#include "cmdparser.h" // for command_t
+
 command_t * CmdDataCommands();
 
 int CmdData(const char *Cmd);