X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/df4ee66ea9e0792a1ef1df00554b5224e2f1446e..e1778858ddc53a6a82e8ee24f02e6b673687f69a:/common/bucketsort.h?ds=sidebyside diff --git a/common/bucketsort.h b/common/bucketsort.h index d5423aa5..be504508 100644 --- a/common/bucketsort.h +++ b/common/bucketsort.h @@ -1,7 +1,9 @@ #ifndef BUCKETSORT_H__ #define BUCKETSORT_H__ + #include #include + typedef struct bucket { uint32_t *head; uint32_t *bp;