summaryrefslogtreecommitdiff
path: root/source3/modules/getdate.y
diff options
context:
space:
mode:
authorAlexander Bokovoy <ab@samba.org>2003-08-12 18:57:33 +0000
committerAlexander Bokovoy <ab@samba.org>2003-08-12 18:57:33 +0000
commitbc42210e63e192ce14fe94dea4f8ea5f062abfec (patch)
tree5f81227139fd10902142c1381f1b7751db4e3821 /source3/modules/getdate.y
parente6c55529c9724ddb15db60fea72aa376fbcd5d7a (diff)
downloadsamba-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/getdate.y')
-rw-r--r--source3/modules/getdate.y2
1 files changed, 1 insertions, 1 deletions
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 ();