Fix build error in fuse/guestmount.c.
authorMatthew Booth <mbooth@redhat.com>
Wed, 14 Apr 2010 10:13:04 +0000 (11:13 +0100)
committerRichard Jones <rjones@redhat.com>
Wed, 14 Apr 2010 10:13:04 +0000 (11:13 +0100)
guestmount.c: In function 'main':
guestmount.c:899: error: implicit declaration of function 'setlocale'
[-Wimplicit-function-declaration]

guestmount.c wasn't including locale.h.


No differences found