diff options
Diffstat (limited to '')
-rw-r--r-- | WebServer/Globals.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/WebServer/Globals.h b/WebServer/Globals.h index 389654d33..2ef0b70ac 100644 --- a/WebServer/Globals.h +++ b/WebServer/Globals.h @@ -65,6 +65,7 @@ // CRT stuff:
#include <assert.h>
#include <stdio.h>
+#include <stdarg.h>
|