Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1diff --git a/com32/include/stddef.h b/com32/include/stddef.h 2index f52d62f3..437b11f2 100644 3--- a/com32/include/stddef.h 4+++ b/com32/include/stddef.h 5@@ -29,4 +29,6 @@ 6 */ 7 #define container_of(p, c, m) ((c *)((char *)(p) - offsetof(c,m))) 8 9+typedef short wchar_t; 10+ 11 #endif /* _STDDEF_H */