915137728090d52f755d7ad005865871ba4c7209 max Mon Jun 2 05:00:54 2025 -0700 adding file for previous commit diff --git src/hg/lib/cart.c src/hg/lib/cart.c index 0a2fa267f89..2328e302212 100644 --- src/hg/lib/cart.c +++ src/hg/lib/cart.c @@ -25,30 +25,31 @@ #include "wikiLink.h" #endif /* GBROWSE */ #include "hgMaf.h" #include "hui.h" #include "geoMirror.h" #include "hubConnect.h" #include "trackHub.h" #include "cgiApoptosis.h" #include "customComposite.h" #include "regexHelper.h" #include "windowsToAscii.h" #include "jsonWrite.h" #include "verbose.h" #include "genark.h" #include "quickLift.h" +#include "botDelay.h" #include <curl/curl.h> static char *sessionVar = "hgsid"; /* Name of cgi variable session is stored in. */ static char *positionCgiName = "position"; DbConnector cartDefaultConnector = hConnectCart; DbDisconnect cartDefaultDisconnector = hDisconnectCart; static boolean cartDidContentType = FALSE; struct slPair *httpHeaders = NULL; // A list of headers to output before the content-type static void hashUpdateDynamicVal(struct hash *hash, char *name, void *val) /* Val is a dynamically allocated (freeMem-able) entity to put * in hash. Override existing hash item with that name if any.