Index: trunk/archive/pslib/include/psAstrom.h
===================================================================
--- trunk/archive/pslib/include/psAstrom.h	(revision 344)
+++ trunk/archive/pslib/include/psAstrom.h	(revision 396)
@@ -77,5 +77,5 @@
     int nChips;                         ///< Number of Cells assigned
     int nAlloc;                         ///< Number of Cells available
-    psChip *chips;			///< Chips in the Focal Plane Array
+    struct psChip *chips;		///< Chips in the Focal Plane Array
 
     psMetaDataSet *md;			///< FPA-level metadata 
@@ -94,5 +94,5 @@
 typedef struct {
     int nCells;                         ///< Number of Cells assigned
-    psCell *cells;			///< Cells in the Chip
+    struct psCell *cells;		///< Cells in the Chip
 
     psMetaDataSet *md;			///< Chip-level metadata
@@ -108,5 +108,5 @@
     int nReadouts;			///< number of readouts in this cell realization; each may have its
 					///< own image, objects and overscan.
-    psReadout *readouts;		///< Readouts from the cell
+    struct psReadout *readouts;		///< Readouts from the cell
     psMetaDataSet *md;			///< Cell-level metadata
 
@@ -115,5 +115,5 @@
     psCoordXform *cellToSky;		///< Quick and Dirty transformations from cell coordinates to sky
 
-    psChip  *parentChip;		///< chip which contains this cell
+    struct psChip  *parentChip;		///< chip which contains this cell
 } psCell;
 
