src/lib/https.c 1.4

1.4 2010/01/14 01:07:19 markd
fix compile when USE_SSL is not set
Index: src/lib/https.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/lib/https.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -b -B -U 4 -r1.3 -r1.4
--- src/lib/https.c	12 Jan 2010 18:56:49 -0000	1.3
+++ src/lib/https.c	14 Jan 2010 01:07:19 -0000	1.4
@@ -174,8 +174,9 @@
 
 #else
 
 #include <stdarg.h>
+#include "common.h"
 #include "errabort.h"
 
 int netMustConnectHttps(char *hostName, int port)
 /* Start https connection with server or die. */