gtk/gtkprivate.c: Include stdlib.h

Include stdlib.h for getenv to avoid C4013/implicit declaration of ...
warnings
This commit is contained in:
Chun-wei Fan 2011-12-30 17:20:22 +08:00
parent 1796e2f6ba
commit 9f6e7d214c

View File

@ -27,6 +27,7 @@
#include "config.h"
#include <locale.h>
#include <stdlib.h>
#include "gdk/gdk.h"