diff options
Diffstat (limited to 'python/_fusemodule.c')
-rw-r--r-- | python/_fusemodule.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/_fusemodule.c b/python/_fusemodule.c index c323c60..9518074 100644 --- a/python/_fusemodule.c +++ b/python/_fusemodule.c @@ -11,7 +11,7 @@ //@+others //@+node:includes #include <Python.h> -#include <fuse.h> +#include "fuse.h" #include <time.h> //@-node:includes //@+node:globals |