From 28d040d8c243d28e1f851bb80f1d5ba30d22fd3c Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 11 Dec 2016 23:26:35 -0500 Subject: api headers: added nt_dalist.h, nt_pe.h, for smooth foreign toolchain support. --- include/ntapi/nt_ldr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/ntapi/nt_ldr.h') diff --git a/include/ntapi/nt_ldr.h b/include/ntapi/nt_ldr.h index daabc11..b438b34 100644 --- a/include/ntapi/nt_ldr.h +++ b/include/ntapi/nt_ldr.h @@ -1,8 +1,8 @@ #ifndef _NT_LDR_H_ #define _NT_LDR_H_ -#include #include "nt_abi.h" +#include "nt_dalist.h" #include "nt_object.h" typedef int32_t __stdcall ntapi_ldr_load_dll( -- cgit v1.2.3