summaryrefslogtreecommitdiff
path: root/build.c
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2007-11-23 10:05:49 +0200
committerPanu Matilainen <pmatilai@redhat.com>2007-11-23 10:05:49 +0200
commitff77bfa2a1951473edab1db8e3bd29be5d69443b (patch)
tree055b9af202f81c84675da089892e54dccd794ba6 /build.c
parentc1bcd633010cce22919dbc5c347fa401971d39a8 (diff)
downloadrpm-ff77bfa2a1951473edab1db8e3bd29be5d69443b.tar.gz
rpm-ff77bfa2a1951473edab1db8e3bd29be5d69443b.tar.bz2
rpm-ff77bfa2a1951473edab1db8e3bd29be5d69443b.zip
Move file compression stuff from rpmmacro.h to rpmfileutil.h
Diffstat (limited to 'build.c')
-rw-r--r--build.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.c b/build.c
index 7a7322605..4dbb062f4 100644
--- a/build.c
+++ b/build.c
@@ -10,6 +10,7 @@
#include <rpmps.h>
#include <rpmte.h>
#include <rpmts.h>
+#include <rpmfileutil.h>
#include "build.h"
#include <rpmlog.h>