aboutsummaryrefslogtreecommitdiffstats
path: root/api/logger.c
diff options
context:
space:
mode:
Diffstat (limited to 'api/logger.c')
-rw-r--r--api/logger.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/api/logger.c b/api/logger.c
index 468e22d..6de25c8 100644
--- a/api/logger.c
+++ b/api/logger.c
@@ -3,7 +3,8 @@
* Copyright (C) 2018-2020 WireGuard LLC. All Rights Reserved.
*/
-#include "pch.h"
+#include "logger.h"
+#include <Windows.h>
static BOOL CALLBACK
NopLogger(_In_ WINTUN_LOGGER_LEVEL Level, _In_z_ const WCHAR *LogLine)