Index: trunk/archive/pslib/include/psImage.h
===================================================================
--- trunk/archive/pslib/include/psImage.h	(revision 378)
+++ trunk/archive/pslib/include/psImage.h	(revision 396)
@@ -24,7 +24,7 @@
 	psComplex **rows_complex;	///< pointers to psComplex data
     } rows;
-    psImage *parent;			///< parent, if a subimage 
+    struct psImage *parent;		///< parent, if a subimage 
     int Nchildren;			///< number of subimages 
-    psImage *children;			///< children of this region; array of Nchildren pointers
+    struct psImage *children;		///< children of this region; array of Nchildren pointers
 } psImage;
 
