diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2021-05-15 20:30:26 -0500 |
---|---|---|
committer | Seth Barberee <seth.barberee@gmail.com> | 2021-05-15 20:30:26 -0500 |
commit | 5f4bb52fd5d93b2638c99baee82d63b4d9b9f790 (patch) | |
tree | 5245ec30ef97ba2a166c2008fcf16661a8e900cd /include/WIFI_stubsmd5_dummy.h | |
parent | 5d6018d667c8897e660ab1752b25884befdce5af (diff) |
address review comments
Diffstat (limited to 'include/WIFI_stubsmd5_dummy.h')
-rw-r--r-- | include/WIFI_stubsmd5_dummy.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/WIFI_stubsmd5_dummy.h b/include/WIFI_stubsmd5_dummy.h index 73e83e39..d82b55c5 100644 --- a/include/WIFI_stubsmd5_dummy.h +++ b/include/WIFI_stubsmd5_dummy.h @@ -1,12 +1,11 @@ #ifndef POKEDIAMOND_WIFI_STUBSMD5_DUMMY_H #define POKEDIAMOND_WIFI_STUBSMD5_DUMMY_H +#include "nitro/types.h" #include "dgt.h" void MD5Final(u8 *digest, struct DGTHash1Context *context); void MD5Update(struct DGTHash1Context *context, u8 *input, u32 length); void MD5Init(struct DGTHash1Context *context); - #endif //POKEDIAMOND_WIFI_STUBSMD5_DUMMY_H - |