Index: trunk/ippTools/src/p2insertPendingFrames.c
===================================================================
--- trunk/ippTools/src/p2insertPendingFrames.c	(revision 6169)
+++ trunk/ippTools/src/p2insertPendingFrames.c	(revision 6210)
@@ -1,10 +1,10 @@
 #include <metadatadb.h>
 
-# include "p2tools.h"
+#include "pxtools.h"
 
 // select pending frames (exposure+images) which are done/not done
 // NOTE this function converts the rawFrames to pendingFrames AND inserts them
 //      this is useful since the table must be locked the whole time, to get the versions
-bool p2insertPendingFrames(p2Config *config, psArray *rawFrames) {
+bool p2insertPendingFrames(pxConfig *config, psArray *rawFrames) {
     PS_ASSERT_PTR_NON_NULL(config, false);
     PS_ASSERT_PTR_NON_NULL(rawFrames, false);
