Skip to content

Commit

Permalink
fix building on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
kambala-decapitator committed Nov 2, 2022
1 parent da96b12 commit 989b87a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions attr.c
Expand Up @@ -18,6 +18,8 @@
#include <utime.h>
#include <errno.h>
#include <dirent.h>
#include <stdlib.h>
#include <string.h>

#include "backend.h"
#include "nfs.h"
Expand Down

0 comments on commit 989b87a

Please sign in to comment.