From 13a20dfa7caa45db956d71a51d55441ffee99740 Mon Sep 17 00:00:00 2001 From: ueno Date: Tue, 22 Jan 2002 09:56:10 +0000 Subject: [PATCH] * starttls.c: Put getopt.h between "" instead of <>. --- starttls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/starttls.c b/starttls.c index 37cf993..99ba293 100644 --- a/starttls.c +++ b/starttls.c @@ -57,7 +57,7 @@ #include #endif #define _GNU_SOURCE -#include +#include "getopt.h" static SSL_CTX *tls_ctx = NULL; static SSL *tls_conn = NULL; -- 1.7.10.4