summaryrefslogtreecommitdiff
path: root/src/ls.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ls.c')
-rw-r--r--src/ls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ls.c b/src/ls.c
index e1efb9cd7..875db2e5c 100644
--- a/src/ls.c
+++ b/src/ls.c
@@ -62,6 +62,7 @@
#include "ls.h"
#include "version.h"
#include "error.h"
+#include "argmatch.h"
#define obstack_chunk_alloc xmalloc
#define obstack_chunk_free free
@@ -122,7 +123,6 @@ char *getgroup ();
char *getuser ();
char *xmalloc ();
char *xrealloc ();
-int argmatch ();
void invalid_arg ();
static char *make_link_path __P ((char *path, char *linkname));