Skip to content

Commit

Permalink
Fix build with musl libc (#266)
Browse files Browse the repository at this point in the history
  • Loading branch information
shundhammer committed Mar 19, 2024
1 parent aea67d0 commit 7162c0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/DirTreeCache.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#include "FormatUtil.h"
#include "Logger.h"
#include "Exception.h"
#include "BrokenLibc.h" // ALLPERMS

#define KB 1024LL
#define MB (1024LL*1024)
Expand Down
2 changes: 2 additions & 0 deletions src/SystemFileChecker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
*/


#include <sys/types.h> // uid_t

#include "SystemFileChecker.h"
#include "DirInfo.h"

Expand Down

0 comments on commit 7162c0a

Please sign in to comment.