From 8b5ad33c20309c904d289cf5284105cf0d2f2225 Mon Sep 17 00:00:00 2001 From: Ken Foskey Date: Mon, 7 Oct 2002 12:36:01 +0000 Subject: dmake: Correct some undefined functions in some modules --- dmake/extern.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'dmake') diff --git a/dmake/extern.h b/dmake/extern.h index 0b0a535ada64..c41c143a1aef 100644 --- a/dmake/extern.h +++ b/dmake/extern.h @@ -1,4 +1,4 @@ -/* RCS $Id: extern.h,v 1.4 2002-10-04 13:31:34 waratah Exp $ +/* RCS $Id: extern.h,v 1.5 2002-10-07 13:36:01 waratah Exp $ -- -- SYNOPSIS -- External declarations for dmake functions. @@ -68,6 +68,9 @@ #if HAVE_SYS_STAT_H # include #endif +#if HAVE_UTIME_H +# include +#endif #define PVOID void * -- cgit