Skip to content

Commit c9fc472

Browse files
committed
Fix typo
1 parent bf4b30a commit c9fc472

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FileSystem.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
#include <fcntl.h>
3131
#include <pthread.h>
3232
#include <stdlib.h>
33-
#include <stdring.h>
33+
#include <string.h>
3434
#include <unistd.h>
3535
#else
3636
#include <Windows.h>

0 commit comments

Comments
 (0)