0b6ca6827857d15705fb41028e8938c82aae9d3e kate Mon Jan 8 16:01:06 2018 -0800 Add standard box config. refs #17512 diff --git src/hg/inc/hui.h src/hg/inc/hui.h index 8c9257c..6aef7d4 100644 --- src/hg/inc/hui.h +++ src/hg/inc/hui.h @@ -1,23 +1,24 @@ /* hui - human genome browser user interface controls that are shared * between more than one CGI. */ /* Copyright (C) 2014 The Regents of the University of California * See README in this or parent directory for licensing information. */ #ifndef HUI_H #define HUI_H +#include "common.h" #include "cart.h" #include "trackDb.h" #include "customTrack.h" #include "wiggle.h" #include "asParse.h" struct lineFile; void setUdcTimeout(struct cart *cart); /* set the udc cache timeout */ void setUdcCacheDir(); /* set the path to the udc cache dir */ char *hDownloadsServer();