src/BackendS/Platform/WiiU.cpp: Add explicit include of <stddef.h>
for NULL
Signed-off-by: Gabriel Ravier <gabravier@gmail.com>
This commit is contained in:
parent
32c8795ead
commit
3620e31bf8
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
#include "../Misc.h"
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <stddef.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <string>
|
||||
|
|
Loading…
Add table
Reference in a new issue