changeset 4844:f02f82ea5596

Include "userspec.h".
author Jim Meyering <jim@meyering.net>
date Mon, 03 Nov 2003 15:03:24 +0000
parents aa6faf3bbe11
children f34a2bc5ba51
files lib/userspec.c
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/userspec.c
+++ b/lib/userspec.c
@@ -1,5 +1,6 @@
 /* userspec.c -- Parse a user and group string.
-   Copyright (C) 1989-1992, 1997-1998, 2000, 2002-2003 Free Software Foundation, Inc.
+   Copyright (C) 1989-1992, 1997-1998, 2000, 2002-2003 Free Software
+   Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -40,6 +41,7 @@
 # include <unistd.h>
 #endif
 
+#include "userspec.h"
 #include "posixver.h"
 #include "xalloc.h"
 #include "xstrtol.h"