Skip to content

Commit 65a41a6

Browse files
quink-blackkasper93
authored andcommitted
demos/window_sdl: fix missing header file for memmove
1 parent 04bf819 commit 65a41a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

demos/window_sdl.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#endif
66

77
#include <SDL.h>
8+
#include <string.h>
89

910
#include "common.h"
1011
#include "window.h"

0 commit comments

Comments
 (0)