From bc42210e63e192ce14fe94dea4f8ea5f062abfec Mon Sep 17 00:00:00 2001 From: Alexander Bokovoy Date: Tue, 12 Aug 2003 18:57:33 +0000 Subject: Use path relative to source/ for modules/getdate.h (This used to be commit 555d1ba01c01b88039e9125e8d468166e2e1b2a3) --- source3/modules/getdate.c | 2 +- source3/modules/getdate.y | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source3/modules/getdate.c b/source3/modules/getdate.c index d21a0d2aa6..182a036b4b 100644 --- a/source3/modules/getdate.c +++ b/source3/modules/getdate.c @@ -1789,7 +1789,7 @@ yyreturn: /* Include this file down here because bison inserts code above which may define-away `const'. We want the prototype for get_date to have the same signature as the function definition. */ -#include "getdate.h" +#include "modules/getdate.h" #ifndef gmtime struct tm *gmtime (); diff --git a/source3/modules/getdate.y b/source3/modules/getdate.y index 5dfe7e3b7f..355500b3e1 100644 --- a/source3/modules/getdate.y +++ b/source3/modules/getdate.y @@ -446,7 +446,7 @@ o_merid: /* Include this file down here because bison inserts code above which may define-away `const'. We want the prototype for get_date to have the same signature as the function definition. */ -#include "getdate.h" +#include "modules/getdate.h" #ifndef gmtime struct tm *gmtime (); -- cgit