X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=src%2Ftlsproxy.h;h=a0db68fd0726f9674014c1d3f2fd5106e553c445;hb=643caf202af98fa5ebe83f642db459a04067e92f;hp=513964cc02381c15e6b81689d5377a1081846c9b;hpb=4aa2eea6b3115cab6f3165c4391d523d5df61e51;p=tlsproxy%2Ftlsproxy.git diff --git a/src/tlsproxy.h b/src/tlsproxy.h index 513964c..a0db68f 100644 --- a/src/tlsproxy.h +++ b/src/tlsproxy.h @@ -20,6 +20,13 @@ #ifndef TLSPROXY_H #define TLSPROXY_H +#include + +#include +#include +#include + + /* Proxy hostname and port if specified on the command line. */ char *use_proxy_host; char *use_proxy_port;