Skip to content

Commit

Permalink
FileManager: Include sys/stat.h for struct stat
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs authored and awesomekling committed Feb 5, 2020
1 parent 4660169 commit 384d640
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Applications/FileManager/FileUtils.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@

#pragma once
#include <AK/String.h>
#include <sys/stat.h>

namespace FileUtils {

Expand Down

0 comments on commit 384d640

Please sign in to comment.