We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab2de6d commit 9782847Copy full SHA for 9782847
src/SDL_error.c
@@ -20,6 +20,8 @@
20
*/
21
#include "SDL_internal.h"
22
23
+#include "stdlib/SDL_vacopy.h"
24
+
25
// Simple error handling in SDL
26
27
#include "SDL_error_c.h"
0 commit comments