...and include fuse_opt.h in the correct place.

This commit is contained in:
agc 2007-05-03 21:13:25 +00:00
parent 363bf2c052
commit 76c020111a
1 changed files with 2 additions and 2 deletions

View File

@ -33,8 +33,6 @@
#include <puffs.h>
#include <utime.h>
#include <fuse_opt.h>
#ifdef __cplusplus
extern "C" {
#endif
@ -174,4 +172,6 @@ void fuse_unmount_compat22(const char *);
}
#endif
#include <fuse_opt.h>
#endif