Skip to content

Commit a7d95ec

Browse files
authored
Merge pull request #36 from vidplace7/musl-compat
musl compatibility
2 parents ff34ba0 + 5e412e2 commit a7d95ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cores/portduino/FS/vfs_api.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#include "FSImpl.h"
2020

2121
extern "C" {
22-
#include <sys/unistd.h>
22+
#include <unistd.h>
2323
#include <sys/stat.h>
2424
#include <dirent.h>
2525
}

0 commit comments

Comments
 (0)