(gtk) fix build breakage by including <locale.h> explicitly

This commit is contained in:
Charles Kerr 2008-07-28 22:06:53 +00:00
parent 96ae464283
commit e7f7c9af31
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@
* DEALINGS IN THE SOFTWARE.
*****************************************************************************/
#include <locale.h>
#include <sys/param.h>
#include <signal.h>
#include <string.h>