The Independent JPEG Group's JPEG software v6a
diff --git a/rdjpgcom.c b/rdjpgcom.c
index 99e41e6..95770ec 100644
--- a/rdjpgcom.c
+++ b/rdjpgcom.c
@@ -23,7 +23,8 @@
 
 #ifdef USE_CCOMMAND		/* command-line reader for Macintosh */
 #ifdef __MWERKS__
-#include <SIOUX.h>              /* Metrowerks declares it here */
+#include <SIOUX.h>              /* Metrowerks needs this */
+#include <console.h>		/* ... and this */
 #endif
 #ifdef THINK_C
 #include <console.h>		/* Think declares it here */