X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=passthrough.c;h=9ef527a3eaacb675cc8b62484cdc2c4e17be0b24;hb=b0063ac38ae833b543d7301f34ed19e559f7fe49;hp=95058833a371376d61204cd234965f87c3a8d5cd;hpb=5c2c6d3286e691f8a5b61bc2d83b9cc07bb18e9d;p=rrq%2Ffuse_xattrs.git diff --git a/passthrough.c b/passthrough.c index 9505883..9ef527a 100644 --- a/passthrough.c +++ b/passthrough.c @@ -1,7 +1,7 @@ /* fuse_xattrs - Add xattrs support using sidecar files - Copyright (C) 2016 Felipe Barriga Richards + Copyright (C) 2016-2017 Felipe Barriga Richards Based on passthrough.c (libfuse example) @@ -23,6 +23,8 @@ #include #include "fuse_xattrs_config.h" + +#include "xattrs_config.h" #include "utils.h" int xmp_getattr(const char *path, struct stat *stbuf) {