Merge pull request #1 from RobLoach/filebrowser-string

file_browser: Bring string.h to the top
This commit is contained in:
crazyBaboon 2022-04-16 17:34:26 +01:00 committed by GitHub
commit 4f2738d067
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,5 @@
#include <string.h> // strcpy, strlen
#ifdef __unix__ #ifdef __unix__
#include <dirent.h> #include <dirent.h>
#include <unistd.h> #include <unistd.h>