Make zenity compile on solaris. Whoops :)

2003-09-12  Damien Carbery <damien.carbery@sun.com>

	* src/main.c: Make zenity compile on solaris. Whoops :)
This commit is contained in:
Damien Carbery 2003-09-12 08:40:48 +00:00 committed by Glynn Foster
parent 51e38bd04e
commit 1fab4b4e62
2 changed files with 5 additions and 0 deletions

View File

@ -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

View File

@ -24,6 +24,7 @@
#include "config.h"
#include "zenity.h"
#include <stdlib.h>
#include <locale.h>
#include <popt.h>
#include <langinfo.h>