artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c59d744
)
add missing header needed by asprintf().
author
chl
<chl@openbsd.org>
Sat, 23 Aug 2008 10:08:02 +0000
(10:08 +0000)
committer
chl
<chl@openbsd.org>
Sat, 23 Aug 2008 10:08:02 +0000
(10:08 +0000)
ok otto@ deraadt@
lib/libc/gen/getgrouplist.c
patch
|
blob
|
history
diff --git
a/lib/libc/gen/getgrouplist.c
b/lib/libc/gen/getgrouplist.c
index
23ef7d3
..
639b8c0
100644
(file)
--- a/
lib/libc/gen/getgrouplist.c
+++ b/
lib/libc/gen/getgrouplist.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: getgrouplist.c,v 1.1
4 2008/08/22 00:59:34 deraadt
Exp $ */
+/* $OpenBSD: getgrouplist.c,v 1.1
5 2008/08/23 10:08:02 chl
Exp $ */
/*
* Copyright (c) 1991, 1993
* The Regents of the University of California. All rights reserved.
@@
-35,6
+35,7
@@
#include <sys/limits.h>
#include <string.h>
#include <unistd.h>
+#include <stdio.h>
#include <stdlib.h>
#include <grp.h>
#include <pwd.h>