[gtk-vnc] Include locale.h in gvnccapture.c



commit d12908e74675e85ae7089f533660e465331d85b3
Author: Christophe Fergeau <cfergeau redhat com>
Date:   Tue Dec 13 16:03:39 2011 +0100

    Include locale.h in gvnccapture.c
    
    It uses setlocale and LC_ALL, without this header compilation fails
    on RHEL 6.2

 tools/gvnccapture.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/tools/gvnccapture.c b/tools/gvnccapture.c
index 19dbc14..a44f012 100644
--- a/tools/gvnccapture.c
+++ b/tools/gvnccapture.c
@@ -85,6 +85,7 @@
 
 #include <config.h>
 
+#include <locale.h>
 #include <string.h>
 #include <stdlib.h>
 #include <stdio.h>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]