diff options
| author | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2006-03-22 16:40:03 +0000 |
|---|---|---|
| committer | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2006-03-22 16:40:03 +0000 |
| commit | 4e4196cb7454f47341efebe4e0a17f1b8cd534c7 (patch) | |
| tree | f3bd1c133ce6e698fd2ff3c0280c7103bfac7af3 /contrib/sendmail/libsm/clock.c | |
| parent | 0c97652c0b3dbc161167bac72bd860ec7d0f48ab (diff) | |
Notes
Diffstat (limited to 'contrib/sendmail/libsm/clock.c')
| -rw-r--r-- | contrib/sendmail/libsm/clock.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/sendmail/libsm/clock.c b/contrib/sendmail/libsm/clock.c index c09b2d188884..1bdb4fd01786 100644 --- a/contrib/sendmail/libsm/clock.c +++ b/contrib/sendmail/libsm/clock.c @@ -12,12 +12,12 @@ */ #include <sm/gen.h> -SM_RCSID("@(#)$Id: clock.c,v 1.46 2004/08/03 19:57:22 ca Exp $") +SM_RCSID("@(#)$Id: clock.c,v 1.47 2005/06/14 23:07:20 ca Exp $") #include <unistd.h> #include <time.h> #include <errno.h> #if SM_CONF_SETITIMER -# include <sys/time.h> +# include <sm/time.h> #endif /* SM_CONF_SETITIMER */ #include <sm/heap.h> #include <sm/debug.h> |
