smbnetfs: fix build

This commit is contained in:
q66 2020-01-02 02:51:00 +01:00
parent 4d730a231b
commit c216fd8197
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
--- src/function.c
+++ src/function.c
@@ -8,7 +8,7 @@
#include <dirent.h>
#include <sys/statvfs.h>
#include <sys/types.h>
-#include <attr/xattr.h>
+#include <sys/xattr.h>
#include <time.h>
#include <pthread.h>
#include <libsmbclient.h>