]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmddata.h
Merge pull request #119 from marshmellow42/pm3+reveng
[proxmark3-svn] / client / cmddata.h
index 20bdbd2b193d5e4de45b94310a1f3b54cdddc6a1..9b9f2da92d2945879a74e483b5a4790bd8e212f0 100644 (file)
 #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);
Impressum, Datenschutz