=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/find/ls.c,v retrieving revision 1.11 retrieving revision 1.12 diff -c -r1.11 -r1.12 *** src/usr.bin/find/ls.c 2003/06/26 07:27:29 1.11 --- src/usr.bin/find/ls.c 2003/07/06 22:35:59 1.12 *************** *** 1,4 **** ! /* $OpenBSD: ls.c,v 1.11 2003/06/26 07:27:29 deraadt Exp $ */ /* * Copyright (c) 1989, 1993 --- 1,4 ---- ! /* $OpenBSD: ls.c,v 1.12 2003/07/06 22:35:59 deraadt Exp $ */ /* * Copyright (c) 1989, 1993 *************** *** 31,37 **** #ifndef lint /*static char sccsid[] = "from: @(#)ls.c 8.1 (Berkeley) 6/6/93";*/ ! static char rcsid[] = "$OpenBSD: ls.c,v 1.11 2003/06/26 07:27:29 deraadt Exp $"; #endif /* not lint */ #include --- 31,37 ---- #ifndef lint /*static char sccsid[] = "from: @(#)ls.c 8.1 (Berkeley) 6/6/93";*/ ! static char rcsid[] = "$OpenBSD: ls.c,v 1.12 2003/07/06 22:35:59 deraadt Exp $"; #endif /* not lint */ #include *************** *** 47,52 **** --- 47,55 ---- #include #include #include + #include + #include "find.h" + #include "extern.h" /* Derived from the print routines in the ls(1) source code. */