summaryrefslogtreecommitdiff
path: root/build/parsePrep.c
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2010-01-05 15:25:31 +0200
committerPanu Matilainen <pmatilai@redhat.com>2010-01-05 15:25:31 +0200
commitdd58384ede23bcf9b4c13c5031fa93937093b994 (patch)
tree2eabdda52f8020c284eabae3be48acb0e2f5fe44 /build/parsePrep.c
parente3638c2c86fd10831136419db2601cb4daf3d3bb (diff)
downloadlibrpm-tizen-dd58384ede23bcf9b4c13c5031fa93937093b994.tar.gz
librpm-tizen-dd58384ede23bcf9b4c13c5031fa93937093b994.tar.bz2
librpm-tizen-dd58384ede23bcf9b4c13c5031fa93937093b994.zip
Move <errno.h> include out of system.h to the places that need it
Diffstat (limited to 'build/parsePrep.c')
-rw-r--r--build/parsePrep.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/build/parsePrep.c b/build/parsePrep.c
index 670ed709d..8e10c0060 100644
--- a/build/parsePrep.c
+++ b/build/parsePrep.c
@@ -5,6 +5,8 @@
#include "system.h"
+#include <errno.h>
+
#include <rpm/header.h>
#include <rpm/rpmbuild.h>
#include <rpm/rpmlog.h>