aboutsummaryrefslogtreecommitdiff
path: root/contrib/sendmail/libsm/b-strcmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/sendmail/libsm/b-strcmp.c')
-rw-r--r--contrib/sendmail/libsm/b-strcmp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/sendmail/libsm/b-strcmp.c b/contrib/sendmail/libsm/b-strcmp.c
index e6d0bb094288..c7dcb88b3a62 100644
--- a/contrib/sendmail/libsm/b-strcmp.c
+++ b/contrib/sendmail/libsm/b-strcmp.c
@@ -8,12 +8,12 @@
*/
#include <sm/gen.h>
-SM_RCSID("@(#)$Id: b-strcmp.c,v 1.13 2004/08/03 20:07:59 ca Exp $")
+SM_RCSID("@(#)$Id: b-strcmp.c,v 1.14 2005/06/14 23:07:20 ca Exp $")
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <sys/types.h>
-#include <sys/time.h>
+#include <sm/time.h>
#include <sm/string.h>
#define toseconds(x, y) (x.tv_sec - y.tv_sec)