diff options
author | Jim Meyering <jim@meyering.net> | 1999-02-08 03:30:33 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-02-08 03:30:33 +0000 |
commit | 0c87b3168cec378d59495e33a78396626c35fcc4 (patch) | |
tree | c35f53d575b72633a6b132debd2b9300d1f78f7a /src | |
parent | 3946ca7fc16f02619c69fa3e332f87cf9620213c (diff) | |
download | coreutils-0c87b3168cec378d59495e33a78396626c35fcc4.tar.xz |
Include stdio.h.
Diffstat (limited to 'src')
-rw-r--r-- | src/users.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/users.c b/src/users.c index c548249d8..e580583d4 100644 --- a/src/users.c +++ b/src/users.c @@ -1,5 +1,5 @@ /* GNU's users. - Copyright (C) 92, 93, 94, 95, 96, 1997, 1998 Free Software Foundation, Inc. + Copyright (C) 1992-1999 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 @@ -19,6 +19,7 @@ #include <config.h> #include <getopt.h> +#include <stdio.h> #include "error.h" #include "readutmp.h" |