Index: trunk/psModules/src/camera/pmHDU.h
===================================================================
--- trunk/psModules/src/camera/pmHDU.h	(revision 15973)
+++ trunk/psModules/src/camera/pmHDU.h	(revision 19385)
@@ -4,6 +4,6 @@
  * @author Paul Price, IfA
  *
- * @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
- * @date $Date: 2008-01-02 20:33:41 $
+ * @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
+ * @date $Date: 2008-09-05 08:21:35 $
  * Copyright 2005-2006 Institute for Astronomy, University of Hawaii
  */
@@ -11,4 +11,7 @@
 #ifndef PM_HDU_H
 #define PM_HDU_H
+
+#include <pslib.h>
+#include "pmConfig.h"
 
 /// @addtogroup Camera Camera Layout
@@ -62,20 +65,23 @@
 bool pmHDUReadWeight(pmHDU *hdu,        ///< HDU to read
                      psFits *fits       ///< FITS file to read from
-                    );
+    );
 
 /// Write the HDU header and pixels
 bool pmHDUWrite(pmHDU *hdu,             ///< HDU to write
-                psFits *fits            ///< FITS file to write to
-               );
+                psFits *fits,           ///< FITS file to write to
+                const pmConfig *config  ///< Configuration
+    );
 
 /// Write the HDU header and mask
 bool pmHDUWriteMask(pmHDU *hdu,         ///< HDU to write
-                    psFits *fits        ///< FITS file to write to
-                   );
+                    psFits *fits,       ///< FITS file to write to
+                    const pmConfig *config  ///< Configuration
+    );
 
 /// Write the HDU header and weight map
 bool pmHDUWriteWeight(pmHDU *hdu,       ///< HDU to write
-                      psFits *fits      ///< FITS file to write to
-                     );
+                      psFits *fits,     ///< FITS file to write to
+                      const pmConfig *config  ///< Configuration
+    );
 
 /// @}
