From 3184a91ec86b2f35f16a8e11e2daa03fac8e91b6 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Wed, 30 Dec 2009 17:59:56 +0000 Subject: VMS specific preprocessor symbol checking adjustments --- lib/pop3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/pop3.c') diff --git a/lib/pop3.c b/lib/pop3.c index 43549f791..24354504f 100644 --- a/lib/pop3.c +++ b/lib/pop3.c @@ -53,7 +53,7 @@ #ifdef HAVE_NETDB_H #include #endif -#ifdef VMS +#ifdef __VMS #include #include #endif -- cgit v1.2.3