summaryrefslogtreecommitdiff
path: root/source3/modules/getdate.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/modules/getdate.c')
-rw-r--r--source3/modules/getdate.c2
1 files changed, 1 insertions, 1 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 ();