2011-12-04 Ralf Corsépius <ralf.corsepius@rtems.org>

* libmisc/shell/main_ls.c: Include "internal.h".
This commit is contained in:
Ralf Corsepius
2011-12-04 18:25:45 +00:00
parent c15f25e4a1
commit 4326cdeed6
2 changed files with 2 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
2011-12-04 Ralf Corsépius <ralf.corsepius@rtems.org>
* libmisc/shell/main_ls.c: Include "internal.h".
* libmisc/shell/main_mv.c: Remove decl of user_from_uid,
group_from_gid.
* libmisc/shell/main_rm.c: Remove decl of user_from_uid.

View File

@@ -75,6 +75,7 @@ __RCSID("$NetBSD: ls.c,v 1.58 2005/10/26 02:24:22 jschauma Exp $");
#include <pwd.h>
#include <grp.h>
#include "internal.h"
#include "extern-ls.h"
static void display(rtems_shell_ls_globals* globals, FTSENT *, FTSENT *);