--- perl/trunk/Fuse.xs 2004/11/11 14:44:15 4 +++ perl/trunk/Fuse.xs 2004/11/18 12:09:10 7 @@ -2,7 +2,7 @@ #include "perl.h" #include "XSUB.h" -#include +#include #undef DEBUGf #if 0 @@ -101,7 +101,7 @@ if(prv) { rv = POPi; while(--prv) - dirfil(dirh,POPp,0); + dirfil(dirh,POPp,0,0); } else { fprintf(stderr,"getdir() handler returned nothing!\n"); rv = -ENOSYS;