Index: libcfa/src/bits/debug.hfa
===================================================================
--- libcfa/src/bits/debug.hfa	(revision 6a490b2bb8f7820c78fa1575bef760986527a2d8)
+++ libcfa/src/bits/debug.hfa	(revision 1b143ded4ae1e7c2af89dc3d277840dae5225d9a)
@@ -52,5 +52,6 @@
 		|| defined(__CFA_DEBUG_PRINT_IO__) || defined(__CFA_DEBUG_PRINT_IO_CORE__) \
 		|| defined(__CFA_DEBUG_PRINT_MONITOR__) || defined(__CFA_DEBUG_PRINT_PREEMPTION__) \
-		|| defined(__CFA_DEBUG_PRINT_RUNTIME_CORE__) || defined(__CFA_DEBUG_PRINT_EXCEPTION__)
+		|| defined(__CFA_DEBUG_PRINT_RUNTIME_CORE__) || defined(__CFA_DEBUG_PRINT_EXCEPTION__) \
+		|| defined(__CFA_DEBUG_PRINT_READY_QUEUE__)
 	#include <stdio.h>
 	#include <unistd.h>
