* starttls.c: Put getopt.h between "" instead of <>.
authorueno <ueno>
Tue, 22 Jan 2002 09:56:10 +0000 (09:56 +0000)
committerueno <ueno>
Tue, 22 Jan 2002 09:56:10 +0000 (09:56 +0000)
starttls.c

index 37cf993..99ba293 100644 (file)
@@ -57,7 +57,7 @@
 #include <sys/poll.h>
 #endif
 #define _GNU_SOURCE
-#include <getopt.h>
+#include "getopt.h"
 
 static SSL_CTX *tls_ctx = NULL;
 static SSL *tls_conn = NULL;