Skip to content

Commit

Permalink
fuse: Add missing #include to guestmount.c
Browse files Browse the repository at this point in the history
Fix compilation failure on F17
  • Loading branch information
mdbooth committed Apr 4, 2012
1 parent 4b86f1a commit d9f77f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fuse/guestmount.c
Expand Up @@ -28,6 +28,7 @@
#include <unistd.h>
#include <getopt.h>
#include <signal.h>
#include <locale.h>

/* We're still using some of FUSE to handle command line options. */
#include <fuse.h>
Expand Down

0 comments on commit d9f77f2

Please sign in to comment.