[gnome-software] trivial: Add missing include for LC_MESSAGES



commit 48f096cd2d5fb48ec08f844e4f4a37916585ac7c
Author: Kalev Lember <klember redhat com>
Date:   Thu Sep 22 14:05:18 2016 +0200

    trivial: Add missing include for LC_MESSAGES

 src/gs-shell-details.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/gs-shell-details.c b/src/gs-shell-details.c
index 84b5ca5..7f109e2 100644
--- a/src/gs-shell-details.c
+++ b/src/gs-shell-details.c
@@ -22,6 +22,7 @@
 
 #include "config.h"
 
+#include <locale.h>
 #include <string.h>
 #include <glib/gi18n.h>
 


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