1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-10 12:58:35 +03:00

Use path relative to source/ for modules/getdate.h

This commit is contained in:
Alexander Bokovoy -
parent ec02b2cfa4
commit 555d1ba01c
2 changed files with 2 additions and 2 deletions

View File

@ -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 ();

View File

@ -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 ();