src/lib/https.c 1.3

1.3 2010/01/12 18:56:49 markd
added include of common.c
Index: src/lib/https.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/lib/https.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -b -B -U 4 -r1.2 -r1.3
--- src/lib/https.c	25 Sep 2009 00:21:20 -0000	1.2
+++ src/lib/https.c	12 Jan 2010 18:56:49 -0000	1.3
@@ -6,8 +6,9 @@
 
 #include <sys/socket.h>
 #include <unistd.h>
 
+#include "common.h"
 #include "errabort.h"
 
 int netMustConnectHttps(char *hostName, int port)
 /* Start https connection with server or die. */