]> ruderich.org/simon Gitweb - tlsproxy/tlsproxy.git/blobdiff - src/tlsproxy.h
src/*: Cleanup includes.
[tlsproxy/tlsproxy.git] / src / tlsproxy.h
index 513964cc02381c15e6b81689d5377a1081846c9b..a0db68fd0726f9674014c1d3f2fd5106e553c445 100644 (file)
 #ifndef TLSPROXY_H
 #define TLSPROXY_H
 
+#include <config.h>
+
+#include <stdlib.h>
+#include <stdio.h>
+#include <string.h>
+
+
 /* Proxy hostname and port if specified on the command line. */
 char *use_proxy_host;
 char *use_proxy_port;