Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ps
diff options
context:
space:
mode:
authorNickolay V. Shmyrev <nshmyrev@src.gnome.org>2005-06-18 21:59:29 (GMT)
committer Nickolay V. Shmyrev <nshmyrev@src.gnome.org>2005-06-18 21:59:29 (GMT)
commit74ddcfcb4098d77e261b95d5ff678bd853c61e10 (patch)
treead637f08f295810bc5e31657ce15e20b120ad1c4 /ps
parent71cfbd5e3ec158efcb49c896bd4468764a9a54fb (diff)
Include locale.h to fix build
* ps/ps-document.c: Include locale.h to fix build * shell/ev-sidebar.c: Remove unnecessary includes Thanks to jaap@haitsma.org (Jaap A. Haitsma)
Diffstat (limited to 'ps')
-rw-r--r--ps/ps-document.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/ps/ps-document.c b/ps/ps-document.c
index 0febcea..8aa9bd1 100644
--- a/ps/ps-document.c
+++ b/ps/ps-document.c
@@ -43,6 +43,10 @@
#include <stdio.h>
#include <math.h>
+#ifdef HAVE_LOCALE_H
+#include <locale.h>
+#endif
+
#include "ps-document.h"
#include "ev-debug.h"
#include "gsdefaults.h"