summaryrefslogtreecommitdiff
path: root/src/ls.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ls.c')
-rw-r--r--src/ls.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ls.c b/src/ls.c
index a30a60350..7f04f5ce6 100644
--- a/src/ls.c
+++ b/src/ls.c
@@ -51,6 +51,7 @@
PATH_MAX. */
#include <limits.h>
#endif
+
#include "system.h"
#include <fnmatch.h>
@@ -59,6 +60,7 @@
#include "version.h"
#include "safe-stat.h"
#include "safe-lstat.h"
+#include "error.h"
#define obstack_chunk_alloc xmalloc
#define obstack_chunk_free free
@@ -95,7 +97,6 @@ char *getuser ();
char *xmalloc ();
char *xrealloc ();
int argmatch ();
-void error ();
void invalid_arg ();
static char *make_link_path ();