summaryrefslogtreecommitdiff
path: root/src/chown.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/chown.c')
-rw-r--r--src/chown.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/chown.c b/src/chown.c
index 4b4688d8e..8e82316ca 100644
--- a/src/chown.c
+++ b/src/chown.c
@@ -34,9 +34,11 @@
#include <pwd.h>
#include <grp.h>
#include <getopt.h>
+
#include "system.h"
#include "version.h"
#include "safe-lstat.h"
+#include "error.h"
#ifndef _POSIX_VERSION
struct passwd *getpwnam ();
@@ -54,7 +56,6 @@ char *parse_user_spec ();
void strip_trailing_slashes ();
char *xmalloc ();
char *xrealloc ();
-void error ();
int isnumber ();
static int change_file_owner ();