summaryrefslogtreecommitdiff
path: root/source3/modules/getdate.y
diff options
context:
space:
mode:
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 ();