e504e121b681a57188d45355d53b090d8c0f0fb0 angie Thu Sep 20 12:16:40 2012 -0700 net.h needs to be included outside of #ifdef USE_BAM..., for mirror builds without special env vars. diff --git src/hg/hgCustom/hgCustom.c src/hg/hgCustom/hgCustom.c index b2d896e..267920d 100644 --- src/hg/hgCustom/hgCustom.c +++ src/hg/hgCustom/hgCustom.c @@ -5,32 +5,32 @@ #include "hash.h" #include "cart.h" #include "cheapcgi.h" #include "web.h" #include "htmshell.h" #include "hdb.h" #include "hui.h" #include "hCommon.h" #include "customTrack.h" #include "customFactory.h" #include "portable.h" #include "errCatch.h" #if ((defined USE_BAM || defined USE_TABIX) && defined KNETFILE_HOOKS) #include "knetUdc.h" #include "udc.h" -#include "net.h" #endif//def (USE_BAM || USE_TABIX) && KNETFILE_HOOKS +#include "net.h" #include "jsHelper.h" #include <signal.h> static long loadTime = 0; void usage() /* Explain usage and exit. */ { errAbort( "hgCustom - Custom track management CGI\n" "usage:\n" " hgCustom <CGI settings>\n" ); }