Skip to content

Commit

Permalink
Add missing include <string.h> for strlen()
Browse files Browse the repository at this point in the history
  • Loading branch information
rom1v committed Oct 19, 2022
1 parent cb46e4a commit ffc7b91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/util/thread.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#include "thread.h"

#include <assert.h>
#include <string.h>
#include <SDL2/SDL_thread.h>

#include "log.h"
Expand Down

0 comments on commit ffc7b91

Please sign in to comment.