diff options
Diffstat (limited to 'source3/modules')
-rw-r--r-- | source3/modules/getdate.c | 2 | ||||
-rw-r--r-- | 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 (); |