b52b2405ead87fc18cdbc23b3a8a65ea49075547
galt
  Thu Sep 13 14:54:55 2012 -0700
oops, missed including net.h in hgCustom to support setConnFailuresEnabled
diff --git src/hg/hgCustom/hgCustom.c src/hg/hgCustom/hgCustom.c
index 40b4334..d6218a7 100644
--- src/hg/hgCustom/hgCustom.c
+++ src/hg/hgCustom/hgCustom.c
@@ -5,30 +5,31 @@
 #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 "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"
   );