summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--src/main.c1
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 592369f..91b9f73 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-09-12 Damien Carbery <damien.carbery@sun.com>
+
+ * src/main.c: Make zenity compile on solaris. Whoops :)
+
2003-09-11 Glynn Foster <glynn.foster@sun.com>
* src/entry.c: Hook up the 'activate' signal on
diff --git a/src/main.c b/src/main.c
index 95eee26..84d01fe 100644
--- a/src/main.c
+++ b/src/main.c
@@ -24,6 +24,7 @@
#include "config.h"
#include "zenity.h"
#include <stdlib.h>
+#include <locale.h>
#include <popt.h>
#include <langinfo.h>