summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-12-11 20:48:48 -0500
committermidipix <writeonce@midipix.org>2016-12-11 22:27:26 -0500
commitf2398f07fcbeab6a4e5dec5515e0d6cef564f8c4 (patch)
treea266490b76cf886d8b9d00610a22c715541b1b4e /include
parent5bfd34cc32aa26679ac33a268232af991ab629fb (diff)
downloadntapi-f2398f07fcbeab6a4e5dec5515e0d6cef564f8c4.tar.bz2
ntapi-f2398f07fcbeab6a4e5dec5515e0d6cef564f8c4.tar.xz
api headers: nt_hash.h: include the correct secondary header.
Diffstat (limited to 'include')
-rw-r--r--include/ntapi/nt_hash.h2
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,