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:
parent
ec02b2cfa4
commit
555d1ba01c
@ -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 ();
|
||||
|
@ -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 ();
|
||||
|
Loading…
x
Reference in New Issue
Block a user