Skip to content

Commit

Permalink
fix fuse_opt header file
Browse files Browse the repository at this point in the history
  • Loading branch information
rd235 committed Nov 23, 2024
1 parent 32f435c commit ab93e59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vufuse/fuse_opt.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This program can be distributed under the terms of the GNU LGPLv2.
See the file COPYING.LIB
*/

#include <fuse/fuse_opt.h>
#include <fuse3/fuse_opt.h>

#include <stdio.h>
#include <stdlib.h>
Expand Down

0 comments on commit ab93e59

Please sign in to comment.