diff options
author | Alexander Bokovoy <ab@samba.org> | 2003-08-12 18:57:33 +0000 |
---|---|---|
committer | Alexander Bokovoy <ab@samba.org> | 2003-08-12 18:57:33 +0000 |
commit | bc42210e63e192ce14fe94dea4f8ea5f062abfec (patch) | |
tree | 5f81227139fd10902142c1381f1b7751db4e3821 /source3/modules | |
parent | e6c55529c9724ddb15db60fea72aa376fbcd5d7a (diff) | |
download | samba-bc42210e63e192ce14fe94dea4f8ea5f062abfec.tar.gz samba-bc42210e63e192ce14fe94dea4f8ea5f062abfec.tar.bz2 samba-bc42210e63e192ce14fe94dea4f8ea5f062abfec.zip |
Use path relative to source/ for modules/getdate.h
(This used to be commit 555d1ba01c01b88039e9125e8d468166e2e1b2a3)
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 (); |