Skip to content

Commit 6848ef3

Browse files
committed
Fix Logger (MinGW)
1 parent 94d998d commit 6848ef3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/webui.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ extern "C" {
5151
#include <stdlib.h>
5252
#include <string.h>
5353
#include <time.h>
54+
#include <stdarg.h>
5455

5556
// -- Windows -------------------------
5657
#ifdef _WIN32

0 commit comments

Comments
 (0)