From 73070a4396d22378763e769f31e9df711b170843 Mon Sep 17 00:00:00 2001 From: David McNab Date: Mon, 22 Dec 2003 23:26:52 +0000 Subject: Changed the '#include ' to '#include "fuse.h"' to allow symlinking of fuse.h into python dir. --- python/_fusemodule.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/_fusemodule.c') 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 -#include +#include "fuse.h" #include //@-node:includes //@+node:globals -- cgit v1.2.3