diff options
| author | Andrew Kelley <superjoe30@gmail.com> | 2018-07-23 00:35:53 -0400 |
|---|---|---|
| committer | Andrew Kelley <superjoe30@gmail.com> | 2018-07-23 00:35:53 -0400 |
| commit | d767fae47e89aef53505191cf11ce7e592a784b2 (patch) | |
| tree | d72db72137e11c77f58b3407b4ed3399e428a328 /src | |
| parent | 93e78ee72259b98840f63db0ad87fdddb071e384 (diff) | |
| download | zig-d767fae47e89aef53505191cf11ce7e592a784b2.tar.gz zig-d767fae47e89aef53505191cf11ce7e592a784b2.zip | |
self-hosted: add first compare-output test
Diffstat (limited to 'src')
| -rw-r--r-- | src/windows_sdk.h | 2 |
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; |
