summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libtrivfs/fsys-getroot.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libtrivfs/fsys-getroot.c b/libtrivfs/fsys-getroot.c
index 4b6a34e3..25132697 100644
--- a/libtrivfs/fsys-getroot.c
+++ b/libtrivfs/fsys-getroot.c
@@ -23,9 +23,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "fsys_S.h"
#include <assert.h>
#include <fcntl.h>
+#include <string.h>
kern_return_t
-trivfs_S_fsys_getroot (struct trivfs_control *cntl;
+trivfs_S_fsys_getroot (struct trivfs_control *cntl,
int flags,
uid_t *uids, u_int nuids,
uid_t *gids, u_int ngids,