diff options
author | Jim Meyering <jim@meyering.net> | 2003-10-15 14:23:25 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-10-15 14:23:25 +0000 |
commit | ec118e601835bd3a98671411c472e2a0d3c5e141 (patch) | |
tree | b995250aa3e51feb79cafd763529b5640989b1b4 | |
parent | 130378f8c2907fbb6221914b3731b66563f32d1e (diff) | |
download | coreutils-ec118e601835bd3a98671411c472e2a0d3c5e141.tar.xz |
Include "userspec.h".
-rw-r--r-- | lib/userspec.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/userspec.c b/lib/userspec.c index 6e58b486c..6e78c27f8 100644 --- a/lib/userspec.c +++ b/lib/userspec.c @@ -40,6 +40,7 @@ # include <unistd.h> #endif +#include "userspec.h" #include "posixver.h" #include "xalloc.h" #include "xstrtol.h" |