From: ueno Date: Tue, 22 Jan 2002 09:56:10 +0000 (+0000) Subject: * starttls.c: Put getopt.h between "" instead of <>. X-Git-Tag: starttls-0_9~14 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=13a20dfa7caa45db956d71a51d55441ffee99740;p=elisp%2Fstarttls.git * starttls.c: Put getopt.h between "" instead of <>. --- 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;