Skip to content

Commit 9782847

Browse files
committed
Add missing include
1 parent ab2de6d commit 9782847

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/SDL_error.c

+2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
*/
2121
#include "SDL_internal.h"
2222

23+
#include "stdlib/SDL_vacopy.h"
24+
2325
// Simple error handling in SDL
2426

2527
#include "SDL_error_c.h"

0 commit comments

Comments
 (0)