projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3946ca7
)
Include stdio.h.
author
Jim Meyering
<jim@meyering.net>
Mon, 8 Feb 1999 03:30:33 +0000
(
03:30
+0000)
committer
Jim Meyering
<jim@meyering.net>
Mon, 8 Feb 1999 03:30:33 +0000
(
03:30
+0000)
src/users.c
patch
|
blob
|
history
diff --git
a/src/users.c
b/src/users.c
index c548249d8b9efaf1adfbf6e8c9b63812402331f5..e580583d4d26a003fcbb38317289bc90dde5c410 100644
(file)
--- 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"