Use path relative to source/ for modules/getdate.h
authorAlexander Bokovoy <ab@samba.org>
Tue, 12 Aug 2003 18:57:33 +0000 (18:57 +0000)
committerAlexander Bokovoy <ab@samba.org>
Tue, 12 Aug 2003 18:57:33 +0000 (18:57 +0000)
source/modules/getdate.c
source/modules/getdate.y

index d21a0d2aa67284cfcb38ad13a7d9be3e431846cb..182a036b4b9a5307465858c2bbe636166e13f795 100644 (file)
@@ -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 ();
index 5dfe7e3b7f03e00f5d158f898b70081bb1f9149f..355500b3e13e17c2842127e3fa92f10249c95040 100644 (file)
@@ -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 ();