=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rdist/common.c,v retrieving revision 1.34 retrieving revision 1.35 diff -c -r1.34 -r1.35 *** src/usr.bin/rdist/common.c 2015/01/16 06:40:11 1.34 --- src/usr.bin/rdist/common.c 2015/01/20 04:45:43 1.35 *************** *** 1,4 **** ! /* $OpenBSD: common.c,v 1.34 2015/01/16 06:40:11 deraadt Exp $ */ /* * Copyright (c) 1983 Regents of the University of California. --- 1,4 ---- ! /* $OpenBSD: common.c,v 1.35 2015/01/20 04:45:43 guenther Exp $ */ /* * Copyright (c) 1983 Regents of the University of California. *************** *** 35,43 **** * Things common to both the client and server. */ - #if defined(NEED_UTIME_H) - #include - #endif /* defined(NEED_UTIME_H) */ #include #include --- 35,40 ----