Satisfy Standard C rules about struct scope.
diff --git a/Include/compile.h b/Include/compile.h
index cb75b51..abd458c 100644
--- a/Include/compile.h
+++ b/Include/compile.h
@@ -44,4 +44,5 @@
 
 
 /* Public interface */
+struct _node; /* Declare the existence of this type */
 codeobject *compile PROTO((struct _node *, char *));