diff --git a/compiler/node.lisp b/compiler/node.lisp
index a60507f51914f743a6560f6719273728a5969244..e73d68e41cd1e641c1e236bf755a39ddd56e5d3c 100644
--- a/compiler/node.lisp
+++ b/compiler/node.lisp
@@ -14,6 +14,8 @@
 ;;;
 (in-package 'c)
 
+(export '(component component-info))
+
 ;;; Defvars for these variables appear later.
 (proclaim '(special *current-path* *lexical-environment* *current-component*
 		    *default-cookie*))