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 20:56:49 +0000 (21:56 +0100)
commit2fcecc50815a9d2e427d076d10376da373cfe9ca
tree272fb8c30ce2929424caef800ec52b67bc8df30b
parente4d115487ea5bc454a5afc5ed22c3519f27076c8
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.
(cherry picked from commit c0d73e0e60b99b87855364ff346551f5ff7efccb)
fuse/guestmount.c