project cleanup.
[rrq/fuse_xattrs.git] / passthrough.c
index 95058833a371376d61204cd234965f87c3a8d5cd..9ef527a3eaacb675cc8b62484cdc2c4e17be0b24 100644 (file)
@@ -1,7 +1,7 @@
 /*
   fuse_xattrs - Add xattrs support using sidecar files
 
-  Copyright (C) 2016  Felipe Barriga Richards <felipe {at} felipebarriga.cl>
+  Copyright (C) 2016-2017  Felipe Barriga Richards <felipe {at} felipebarriga.cl>
 
   Based on passthrough.c (libfuse example)
 
@@ -23,6 +23,8 @@
 #include <errno.h>
 
 #include "fuse_xattrs_config.h"
+
+#include "xattrs_config.h"
 #include "utils.h"
 
 int xmp_getattr(const char *path, struct stat *stbuf) {