diff options
Diffstat (limited to 'contrib/sendmail/libsm/t-event.c')
-rw-r--r-- | contrib/sendmail/libsm/t-event.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/sendmail/libsm/t-event.c b/contrib/sendmail/libsm/t-event.c index 7f08b914bb53..fcdd02b28985 100644 --- a/contrib/sendmail/libsm/t-event.c +++ b/contrib/sendmail/libsm/t-event.c @@ -17,7 +17,7 @@ SM_RCSID("@(#)$Id: t-event.c,v 1.14 2013-11-22 20:51:43 ca Exp $") # include <sys/wait.h> #if SM_CONF_SETITIMER # include <sm/time.h> -#endif /* SM_CONF_SETITIMER */ +#endif #include <sm/clock.h> #include <sm/test.h> |