#include "compat.h"
#include "backuppcd.h"
#include "backuppcd-common.h"

#ifndef HAVE_CHOWN
#  ifndef _RSK_CHOWN_H
#  define _RSK_CHOWN_H 1

int chown(const char *path, uint32_t owner, uint32_t group);

#  endif /* _RSK_CHOWN_H */
#endif /* HAVE_CHOWN */
