Index: trunk/psModules/src/objects/pmFootprint.h
===================================================================
--- trunk/psModules/src/objects/pmFootprint.h	(revision 18828)
+++ trunk/psModules/src/objects/pmFootprint.h	(revision 20945)
@@ -3,6 +3,6 @@
  * @author RHL, Princeton & IfA; EAM, IfA
  *
- * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
- * @date $Date: 2008-08-01 00:00:17 $
+ * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
+ * @date $Date: 2008-12-09 21:16:09 $
  * Copyright 2006 Institute for Astronomy, University of Hawaii
  */
@@ -10,4 +10,9 @@
 #ifndef PM_FOOTPRINT_H
 #define PM_FOOTPRINT_H
+
+#include <pslib.h>
+#include "pmSpan.h"
+
+
 typedef struct {
     const int id;                       //!< unique ID
@@ -17,5 +22,5 @@
     psArray *peaks;                     //!< the peaks lying in this footprint
     psRegion region;   //!< A region describing the psImage the footprints live in
-    bool normalized;                    //!< Are the spans sorted? 
+    bool normalized;                    //!< Are the spans sorted?
 } pmFootprint;
 
@@ -27,8 +32,8 @@
 void pmFootprintSetBBox(pmFootprint *fp);
 
-pmSpan *pmFootprintAddSpan(pmFootprint *fp,	// the footprint to add to
-			   const int y, // row to add
-			   int x0,      // range of
-			   int x1);    //          columns
+pmSpan *pmFootprintAddSpan(pmFootprint *fp,     // the footprint to add to
+                           const int y, // row to add
+                           int x0,      // range of
+                           int x1);    //          columns
 
 psArray *pmFootprintsFind(const psImage *img, const float threshold, const int npixMin);
@@ -45,6 +50,6 @@
 psImage *pmSetFootprintID(psImage *idImage, const pmFootprint *fp, const int id);
 void pmSetFootprintArrayIDsForImage(psImage *idImage,
-				    const psArray *footprints, // the footprints to insert
-				    const bool relativeIDs); // show IDs starting at 0, not pmFootprint->id
+                                    const psArray *footprints, // the footprints to insert
+                                    const bool relativeIDs); // show IDs starting at 0, not pmFootprint->id
 
 psErrorCode pmFootprintsAssignPeaks(psArray *footprints, const psArray *peaks);
