summaryrefslogtreecommitdiff
path: root/glib/gasyncqueue.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2011-10-01 18:42:48 -0400
committerMatthias Clasen <mclasen@redhat.com>2011-10-01 20:22:46 -0400
commit93abf20d3bc17fcf14cfb605b2142113dc1fd8e9 (patch)
tree331661b86a6935a707c811a5b9bc96b58923e91d /glib/gasyncqueue.c
parentb17b02da796628afe7829f5e8929c7666eb54f31 (diff)
downloadglib-93abf20d3bc17fcf14cfb605b2142113dc1fd8e9.tar.gz
GAsyncQueue: Move private API to a private header
Diffstat (limited to 'glib/gasyncqueue.c')
-rw-r--r--glib/gasyncqueue.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/glib/gasyncqueue.c b/glib/gasyncqueue.c
index 308c0cd68..0128795c9 100644
--- a/glib/gasyncqueue.c
+++ b/glib/gasyncqueue.c
@@ -27,6 +27,7 @@
#include "config.h"
#include "gasyncqueue.h"
+#include "gasyncqueueprivate.h"
#include "gmem.h"
#include "gqueue.h"