Add missing include <string.h> for strlen()
This commit is contained in:
parent
cb46e4a64a
commit
ffc7b91693
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
#include "thread.h"
|
||||
|
||||
#include <assert.h>
|
||||
#include <string.h>
|
||||
#include <SDL2/SDL_thread.h>
|
||||
|
||||
#include "log.h"
|
||||
|
|
Loading…
Reference in a new issue