summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2009-12-23 13:15:59 +0200
committerPanu Matilainen <pmatilai@redhat.com>2009-12-23 13:15:59 +0200
commita39dc445fc0ccf03e22189699e4d6256658536f0 (patch)
tree55deaa806ff86612797ef527dba324659f3e07a9 /build
parent0fbf88d34c6d2ba03ebf011d05ada5244636ca02 (diff)
downloadrpm-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.c2
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"