diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2009-12-23 13:15:59 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2009-12-23 13:15:59 +0200 |
commit | a39dc445fc0ccf03e22189699e4d6256658536f0 (patch) | |
tree | 55deaa806ff86612797ef527dba324659f3e07a9 /build | |
parent | 0fbf88d34c6d2ba03ebf011d05ada5244636ca02 (diff) | |
download | rpm-a39dc445fc0ccf03e22189699e4d6256658536f0.tar.gz rpm-a39dc445fc0ccf03e22189699e4d6256658536f0.tar.bz2 rpm-a39dc445fc0ccf03e22189699e4d6256658536f0.zip |
Dont include grp.h from system.h, dont bother checking in configure either
- no much point conditionalizing something we can't live without
- just two places need, no point polluting include space everywhere
Diffstat (limited to 'build')
-rw-r--r-- | build/names.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/names.c b/build/names.c index 4e8b1cce3..41f6f586f 100644 --- a/build/names.c +++ b/build/names.c @@ -5,7 +5,7 @@ #include "system.h" - +#include <grp.h> #include <rpm/rpmbuild.h> #include <rpm/rpmlog.h> #include "debug.h" |