=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/calendar/io.c,v retrieving revision 1.36 retrieving revision 1.37 diff -c -r1.36 -r1.37 *** src/usr.bin/calendar/io.c 2013/11/26 13:18:53 1.36 --- src/usr.bin/calendar/io.c 2015/01/16 06:40:06 1.37 *************** *** 1,4 **** ! /* $OpenBSD: io.c,v 1.36 2013/11/26 13:18:53 deraadt Exp $ */ /* * Copyright (c) 1989, 1993, 1994 --- 1,4 ---- ! /* $OpenBSD: io.c,v 1.37 2015/01/16 06:40:06 deraadt Exp $ */ /* * Copyright (c) 1989, 1993, 1994 *************** *** 29,35 **** * SUCH DAMAGE. */ - #include #include #include #include --- 29,34 ---- *************** *** 47,52 **** --- 46,52 ---- #include #include #include + #include #include "pathnames.h" #include "calendar.h"