diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2010-01-05 15:25:31 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2010-01-05 15:25:31 +0200 |
commit | dd58384ede23bcf9b4c13c5031fa93937093b994 (patch) | |
tree | 2eabdda52f8020c284eabae3be48acb0e2f5fe44 /build/build.c | |
parent | e3638c2c86fd10831136419db2601cb4daf3d3bb (diff) | |
download | librpm-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/build.c')
-rw-r--r-- | build/build.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/build.c b/build/build.c index ada633d76..c3295b945 100644 --- a/build/build.c +++ b/build/build.c @@ -5,6 +5,7 @@ #include "system.h" +#include <errno.h> #include <sys/wait.h> #include <rpm/rpmbuild.h> |