From aa358acaa7699a32533df143e9510cedcad41a94 Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Sun, 14 Jan 2007 10:25:37 +0000 Subject: [PATCH] included xauth.h --- src/pluto/plutomain.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pluto/plutomain.c b/src/pluto/plutomain.c index 4a4f30acf..85632dfbb 100644 --- a/src/pluto/plutomain.c +++ b/src/pluto/plutomain.c @@ -57,6 +57,7 @@ #include "ocsp.h" #include "crl.h" #include "fetch.h" +#include "xauth.h" #include "sha1.h" #include "md5.h" #include "crypto.h" /* requires sha1.h and md5.h */