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)
commitc0d73e0e60b99b87855364ff346551f5ff7efccb
tree0f3fe08e2700ed9d106091061feae02f645cae8e
parent66477d07e37ffe66cd6fea1105dd92b616d3cd27
Fix build error in fuse/guestmount.c.

guestmount.c: In function 'main':
guestmount.c:899: error: implicit declaration of function 'setlocale'
[-Wimplicit-function-declaration]

guestmount.c wasn't including locale.h.
fuse/guestmount.c