diff options
author | midipix <writeonce@midipix.org> | 2016-12-11 20:48:48 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-12-11 22:27:26 -0500 |
commit | f2398f07fcbeab6a4e5dec5515e0d6cef564f8c4 (patch) | |
tree | a266490b76cf886d8b9d00610a22c715541b1b4e | |
parent | 5bfd34cc32aa26679ac33a268232af991ab629fb (diff) | |
download | ntapi-f2398f07fcbeab6a4e5dec5515e0d6cef564f8c4.tar.bz2 ntapi-f2398f07fcbeab6a4e5dec5515e0d6cef564f8c4.tar.xz |
api headers: nt_hash.h: include the correct secondary header.
-rw-r--r-- | include/ntapi/nt_hash.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ntapi/nt_hash.h b/include/ntapi/nt_hash.h index f846f72..a838c5c 100644 --- a/include/ntapi/nt_hash.h +++ b/include/ntapi/nt_hash.h @@ -2,7 +2,7 @@ #define _NT_HASH_H_ #include <psxtypes/psxtypes.h> -#include "nt_hash.h" +#include "nt_crc32.h" typedef int32_t __cdecl ntapi_tt_populate_hashed_import_table( __in void * image_base, |