From 7f161702fa4916979602cc0295919b541912acd6 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Thu, 7 Oct 2004 04:01:18 +0000 Subject: r2835: Since we always have -I. and -I$(srcdir) in CFLAGS, we can get rid of '..' from all #include preprocessor commands. This fixes bugzilla #1880 where OpenVMS gets confused about the '.' characters. --- source/utils/net_time.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/utils/net_time.c') diff --git a/source/utils/net_time.c b/source/utils/net_time.c index 45c17838055..691adcea00e 100644 --- a/source/utils/net_time.c +++ b/source/utils/net_time.c @@ -18,7 +18,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "includes.h" -#include "../utils/net.h" +#include "utils/net.h" /* -- cgit