summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2003-07-06 22:35:59 +0000
committerderaadt <deraadt@openbsd.org>2003-07-06 22:35:59 +0000
commitff5d633ec5fc8940306d66af9f6a395b2e5cb9b2 (patch)
treef92999f12d62508d0166755d07bb12eb5c82ae9e
parentAdd -q option from GNU diff (diff)
downloadwireguard-openbsd-ff5d633ec5fc8940306d66af9f6a395b2e5cb9b2.tar.xz
wireguard-openbsd-ff5d633ec5fc8940306d66af9f6a395b2e5cb9b2.zip
proto into scope
-rw-r--r--usr.bin/find/ls.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/usr.bin/find/ls.c b/usr.bin/find/ls.c
index 9ada82bd191..18ffbc11c9c 100644
--- a/usr.bin/find/ls.c
+++ b/usr.bin/find/ls.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ls.c,v 1.11 2003/06/26 07:27:29 deraadt Exp $ */
+/* $OpenBSD: ls.c,v 1.12 2003/07/06 22:35:59 deraadt Exp $ */
/*
* Copyright (c) 1989, 1993
@@ -31,7 +31,7 @@
#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 $";
+static char rcsid[] = "$OpenBSD: ls.c,v 1.12 2003/07/06 22:35:59 deraadt Exp $";
#endif /* not lint */
#include <sys/param.h>
@@ -47,6 +47,9 @@ static char rcsid[] = "$OpenBSD: ls.c,v 1.11 2003/06/26 07:27:29 deraadt Exp $";
#include <utmp.h>
#include <pwd.h>
#include <grp.h>
+#include <fts.h>
+#include "find.h"
+#include "extern.h"
/* Derived from the print routines in the ls(1) source code. */