diff options
author | Carlos Garnacho <carlosg@gnome.org> | 2019-03-17 21:29:59 +0100 |
---|---|---|
committer | Carlos Garnacho <carlosg@gnome.org> | 2019-03-17 21:29:59 +0100 |
commit | 65d9b7ee864a1c0102cb590c516a80dea4659925 (patch) | |
tree | cf817856c28cc1adb56621e5bfa08c8e96f55eba /gdk/gdk.c | |
parent | 688f0997f4ef7f9fd40392634a678892e8ffb611 (diff) | |
download | gtk+-65d9b7ee864a1c0102cb590c516a80dea4659925.tar.gz |
gdk: Include copy of glib/gconstructor.h
This is named gdkconstructor.h to avoid any possible conflicts. This fixes
the current usages of G_HAS_CONSTRUCTORS, as that header is not installed
by glib.
Diffstat (limited to 'gdk/gdk.c')
-rw-r--r-- | gdk/gdk.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -33,6 +33,8 @@ #include "gdk-private.h" +#include "gdkconstructor.h" + #ifndef HAVE_XCONVERTCASE #include "gdkkeysyms.h" #endif |