]> Git Repo - qemu.git/commitdiff
ui/gtk: Fix build (missing include for setlocale)
authorStefan Weil <[email protected]>
Fri, 22 Feb 2013 06:28:01 +0000 (07:28 +0100)
committerAnthony Liguori <[email protected]>
Fri, 22 Feb 2013 13:17:04 +0000 (07:17 -0600)
At least for Ubuntu Linux locale.h is needed.

Signed-off-by: Stefan Weil <[email protected]>
Message-id: 1361514481[email protected]
Signed-off-by: Anthony Liguori <[email protected]>
ui/gtk.c

index 29156be19807baecc0a7ad025a3d5d8d3b2fa98c..5f91de4d95cdc3f9bb743edd50393715c1d32627 100644 (file)
--- a/ui/gtk.c
+++ b/ui/gtk.c
@@ -37,6 +37,7 @@
 #include <gtk/gtk.h>
 #include <gdk/gdkkeysyms.h>
 #include <glib/gi18n.h>
+#include <locale.h>
 #include <vte/vte.h>
 #include <sys/types.h>
 #include <sys/socket.h>
This page took 0.027973 seconds and 4 git commands to generate.