X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/b961ef035a58d8c5fb12386ddad4c56648fbe153..bd20f8f47847787e1f3e933043933272908c5beb:/client/flash.h diff --git a/client/flash.h b/client/flash.h index c86602ff..20090db7 100644 --- a/client/flash.h +++ b/client/flash.h @@ -1,11 +1,13 @@ #ifndef __FLASH_H__ #define __FLASH_H__ +#include + struct partition { - int start; - int end; - int precious; - const char *name; + int start; + int end; + int precious; + const char *name; }; void FlushPrevious(int translate);