summaryrefslogtreecommitdiff
path: root/gdk/gdkdebug.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2021-09-24 20:35:48 +0200
committerBenjamin Otte <otte@redhat.com>2021-09-24 22:11:57 +0200
commit811b5d995b877cad673b96e39fc5c7d1b4d575ee (patch)
treee4fb23f02c275ed27edc424357204db5db017b39 /gdk/gdkdebug.h
parentc7992884aea1a43cf3b42e067031b698b7f9df82 (diff)
downloadgtk+-811b5d995b877cad673b96e39fc5c7d1b4d575ee.tar.gz
gdk: Don't include gdkinternals.h in gdk-private.h
Diffstat (limited to 'gdk/gdkdebug.h')
-rw-r--r--gdk/gdkdebug.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/gdk/gdkdebug.h b/gdk/gdkdebug.h
index 4386c220eb..82332e6fb5 100644
--- a/gdk/gdkdebug.h
+++ b/gdk/gdkdebug.h
@@ -18,8 +18,11 @@
#ifndef __GDK_DEBUG_H__
#define __GDK_DEBUG_H__
-G_BEGIN_DECLS
+#include <glib.h>
+
+#include "gdktypes.h"
+G_BEGIN_DECLS
typedef enum {
GDK_DEBUG_MISC = 1 << 0,