Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/taviso/loadlibrary.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'peloader/winapi/Internal.c')
-rw-r--r--peloader/winapi/Internal.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/peloader/winapi/Internal.c b/peloader/winapi/Internal.c
index c0d806b..92f446c 100644
--- a/peloader/winapi/Internal.c
+++ b/peloader/winapi/Internal.c
@@ -3,6 +3,7 @@
#include <string.h>
#include <stdbool.h>
#include <search.h>
+#include <stdlib.h>
#include "winnt_types.h"
#include "pe_linker.h"
@@ -10,6 +11,7 @@
#include "log.h"
#include "winexports.h"
#include "util.h"
+#include "winstrings.h"
void WINAPI RtlAcquirePebLock(void)
{