aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndrew Kelley <superjoe30@gmail.com>2018-07-23 00:35:53 -0400
committerAndrew Kelley <superjoe30@gmail.com>2018-07-23 00:35:53 -0400
commitd767fae47e89aef53505191cf11ce7e592a784b2 (patch)
treed72db72137e11c77f58b3407b4ed3399e428a328 /src
parent93e78ee72259b98840f63db0ad87fdddb071e384 (diff)
downloadzig-d767fae47e89aef53505191cf11ce7e592a784b2.tar.gz
zig-d767fae47e89aef53505191cf11ce7e592a784b2.zip
self-hosted: add first compare-output test
Diffstat (limited to 'src')
-rw-r--r--src/windows_sdk.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/windows_sdk.h b/src/windows_sdk.h
index 080ed55bed..2d531ad372 100644
--- a/src/windows_sdk.h
+++ b/src/windows_sdk.h
@@ -14,6 +14,8 @@
#define ZIG_EXTERN_C
#endif
+#include <stddef.h>
+
struct ZigWindowsSDK {
const char *path10_ptr;
size_t path10_len;