diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | src/main.c | 1 |
2 files changed, 5 insertions, 0 deletions
@@ -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 @@ -24,6 +24,7 @@ #include "config.h" #include "zenity.h" #include <stdlib.h> +#include <locale.h> #include <popt.h> #include <langinfo.h> |