[Libguestfs] [PATCH] fuse: Add missing #include to guestmount.c

Richard W.M. Jones rjones at redhat.com
Wed Apr 4 13:08:53 UTC 2012


On Wed, Apr 04, 2012 at 02:03:00PM +0100, Matthew Booth wrote:
> Fix compilation failure on F17
> ---
>  fuse/guestmount.c |    1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/fuse/guestmount.c b/fuse/guestmount.c
> index 7c5e0af..379346f 100644
> --- a/fuse/guestmount.c
> +++ b/fuse/guestmount.c
> @@ -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>
> -- 
> 1.7.9.3

ACK.  Must have deleted it by accident ...

Rich.

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
virt-top is 'top' for virtual machines.  Tiny program with many
powerful monitoring features, net stats, disk stats, logging, etc.
http://et.redhat.com/~rjones/virt-top




More information about the Libguestfs mailing list