Include gdk.h in gail.c

This is needed so that we pick up deprecation macros here in the
future.
This commit is contained in:
Matthias Clasen 2011-10-11 15:01:41 -04:00
parent 1ecd9fb3bd
commit 8f078992fd

View File

@ -22,6 +22,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <gdk/gdk.h>
#include <gtk/gtkx.h>
#include "gailutil.h"
#include "gailmisc.h"