summaryrefslogtreecommitdiff
path: root/lib/userspec.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-11-03 15:03:24 +0000
committerJim Meyering <jim@meyering.net>2003-11-03 15:03:24 +0000
commit4567197dc951483c44be91345e38bc1736e5b7f8 (patch)
treed0f12d63c6070d7df1daa7f84e80a1a4b7b08e39 /lib/userspec.c
parentdecbaff27014491963d27437ca06426f55260f2f (diff)
downloadgnulib-4567197dc951483c44be91345e38bc1736e5b7f8.tar.gz
Include "userspec.h".
Diffstat (limited to 'lib/userspec.c')
-rw-r--r--lib/userspec.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/userspec.c b/lib/userspec.c
index 6e58b486c7..4ae083f470 100644
--- 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"