fbc7452457062ad56a3d936b833607b749831fc4
tdreszer
  Fri Sep 3 08:34:44 2010 -0700
Errors not seen until genome-test build
diff --git src/hg/cartDump/cartDump.c src/hg/cartDump/cartDump.c
index e6ab622..68303bf 100644
--- src/hg/cartDump/cartDump.c
+++ src/hg/cartDump/cartDump.c
@@ -4,6 +4,7 @@
 #include "hash.h"
 #include "cheapcgi.h"
 #include "cart.h"
+#include "jsHelper.h"
 #include "hui.h"
 
 static char const rcsid[] = "$Id: cartDump.c,v 1.14 2008/12/09 00:41:20 angie Exp $";
@@ -18,7 +19,7 @@
 char *vName = "cartDump.varName";
 char *vVal = "cartDump.newValue";
 char *wildcard;
-boolean *asTable = cartVarExists(cart,CART_DUMP_AS_TABLE);
+boolean asTable = cartVarExists(cart,CART_DUMP_AS_TABLE);
 
 if (cgiVarExists("submit"))
     {