* Regression Bug 3261: Could not create a DNS socket and exit Changes 3.1.13: * Regression Bug 3239: problems with myip/myport upgrade * Bug 3153: hung ICAP RESPMOD transactions * Update ssl_crtd to use 'OK' status inline with other helpers
13 lines
338 B
C++
13 lines
338 B
C++
$NetBSD: patch-src_ssl_gadgets.cc,v 1.1 2011/07/20 11:44:27 adam Exp $
|
|
|
|
Include correct config.h as there might be other impostors wandering around.
|
|
|
|
--- src/ssl/gadgets.cc.orig 2011-07-20 10:55:12.000000000 +0000
|
|
+++ src/ssl/gadgets.cc
|
|
@@ -3,5 +3,5 @@
|
|
*/
|
|
|
|
-#include "config.h"
|
|
+#include "include/config.h"
|
|
#include "ssl/gadgets.h"
|
|
|