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:
authorTavis Ormandy <taviso@gmail.com>2021-01-04 03:38:58 +0300
committerTavis Ormandy <taviso@gmail.com>2021-01-04 03:38:58 +0300
commit9910ceda2e48955e72ab523a57a9aff75b125e47 (patch)
treefcf4cf470cf28db21800370d045a428935ba1f10
parentb5ea40a01465b3811ab5168ff13e8a487436c71d (diff)
silence warning from missing include
-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)
{