shithub: cstory

Download patch

ref: 3620e31bf83908c4ead54aa31853f13ae9322c39
parent: 32c8795ead02ad4b921f6596cf8f599fd6084fc3
author: Gabriel Ravier <gabravier@gmail.com>
date: Wed Jul 1 14:33:22 EDT 2020

src/BackendS/Platform/WiiU.cpp: Add explicit include of `<stddef.h>` for NULL

Signed-off-by: Gabriel Ravier <gabravier@gmail.com>

--- a/src/Backends/Platform/WiiU.cpp
+++ b/src/Backends/Platform/WiiU.cpp
@@ -1,6 +1,7 @@
 #include "../Misc.h"
 
 #include <stdarg.h>
+#include <stddef.h>
 #include <stdio.h>
 #include <string.h>
 #include <string>