Index: trunk/ippTools/src/pzgetimfiles.c
===================================================================
--- trunk/ippTools/src/pzgetimfiles.c	(revision 7365)
+++ trunk/ippTools/src/pzgetimfiles.c	(revision 8849)
@@ -3,6 +3,7 @@
 #endif
 
+#include <stdio.h>
+#include <string.h>
 #include <stdlib.h>
-#include <stdio.h>
 
 #include "pxtools.h"
@@ -47,5 +48,5 @@
     if (!newImfiles) {
         // XXX not nessicarily an error
-        psError(PS_ERR_UNKNOWN, true, "no new files/imfiles"); 
+        psError(PS_ERR_UNKNOWN, true, "no new files/imfiles");
         goto FAIL;
     }
@@ -110,10 +111,10 @@
                 "failed to find summitExp with exp_id %s (should not happen)"
                 , exp_id);
-            goto FAIL; 
+            goto FAIL;
         }
     }
 
     // insert a new pzPendingExp
-    summitExpRow *summitExp = summitExps->data[0]; 
+    summitExpRow *summitExp = summitExps->data[0];
     pzPendingExpRow *pzPendingExp = pzPendingExpRowAlloc(
         summitExp->exp_id,
@@ -121,5 +122,5 @@
         summitExp->telescope,
         summitExp->exp_type,
-        nImfiles 
+        nImfiles
     );
     psFree(summitExps);
