[Libguestfs] [PATCH 3/4] Mac OS X: setlocale function requires <locale.h> header file.

Richard W.M. Jones rjones at redhat.com
Sun Mar 21 19:35:13 UTC 2010


-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
New in Fedora 11: Fedora Windows cross-compiler. Compile Windows
programs, test, and build Windows installers. Over 70 libraries supprt'd
http://fedoraproject.org/wiki/MinGW http://www.annexia.org/fedora_mingw
-------------- next part --------------
>From 8dedd3e80628ec3e665ac90bd5a3e1489a3c1e28 Mon Sep 17 00:00:00 2001
From: Richard Jones <rich at koneko.home.annexia.org>
Date: Sun, 21 Mar 2010 19:30:25 +0000
Subject: [PATCH 3/4] Mac OS X: setlocale function requires <locale.h> header file.

---
 fish/fish.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/fish/fish.c b/fish/fish.c
index 2411f72..2022ee3 100644
--- a/fish/fish.c
+++ b/fish/fish.c
@@ -28,6 +28,7 @@
 #include <assert.h>
 #include <sys/types.h>
 #include <sys/wait.h>
+#include <locale.h>
 
 #ifdef HAVE_LIBREADLINE
 #include <readline/readline.h>
-- 
1.6.4.1



More information about the Libguestfs mailing list