diff options
author | Jim Meyering <jim@meyering.net> | 2001-11-17 13:29:42 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-11-17 13:29:42 +0000 |
commit | 92f1833affa37844e22d2ebe4ca4c6ba924377f4 (patch) | |
tree | 50a6e8a3ccdf4011b47ef6209e91c587bbab7335 /lib/getusershell.c | |
parent | 4441dabfe5c609ae999aa8d4aead645a1b99aa82 (diff) | |
download | gnulib-92f1833affa37844e22d2ebe4ca4c6ba924377f4.tar.gz |
Include unlocked-io.h.
Diffstat (limited to 'lib/getusershell.c')
-rw-r--r-- | lib/getusershell.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/getusershell.c b/lib/getusershell.c index 4816f968bf..019ec55cf9 100644 --- a/lib/getusershell.c +++ b/lib/getusershell.c @@ -1,5 +1,5 @@ /* getusershell.c -- Return names of valid user shells. - Copyright (C) 1991, 1997, 2000 Free Software Foundation, Inc. + Copyright (C) 1991, 1997, 2000, 2001 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 @@ -36,6 +36,7 @@ # include <stdlib.h> #endif #include <ctype.h> +#include "unlocked-io.h" #include "xalloc.h" #if defined (STDC_HEADERS) || (!defined (isascii) && !defined (HAVE_ISASCII)) |