X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/eb891c385e5b580dfafbe3f1ffbae41054adbdd9..a930542b0a47f298f172aff7afe4dd8e2595a17b:/client/util.h diff --git a/client/util.h b/client/util.h index 990a8444..57e129cd 100644 --- a/client/util.h +++ b/client/util.h @@ -14,7 +14,7 @@ #include #include #include -#include "data.h" //for FILE_PATH_SIZE +#include "data.h" //for FILE_PATH_SIZE #ifndef ROTR # define ROTR(x,n) (((uintmax_t)(x) >> (n)) | ((uintmax_t)(x) << ((sizeof(x) * 8) - (n))))