diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2012-11-26 13:34:06 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2012-12-10 11:30:12 +0200 |
commit | f34029dbb4c444e9cb8f092917da4563be2b2b02 (patch) | |
tree | f0c572dcdf0f6da983591cf29466783cf5ebbc3a | |
parent | 0b0de7184bc47574e3d7c4131bb4aeca10b5f6bc (diff) | |
download | rpm-f34029dbb4c444e9cb8f092917da4563be2b2b02.tar.gz rpm-f34029dbb4c444e9cb8f092917da4563be2b2b02.tar.bz2 rpm-f34029dbb4c444e9cb8f092917da4563be2b2b02.zip |
Add missing <errno.h> includerpm-4.10.2-release
- Should've been in commit cbd6ef58bbc122e6adf2138679915bd3845d6756,
this breaks build when selinux-support is not compiled in
(cherry picked from commit ebba1c7b58ba089bb9e1ded147c789d9ca067b6c)
-rw-r--r-- | lib/header.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/header.c b/lib/header.c index 5ad1b2950..9a42567b5 100644 --- a/lib/header.c +++ b/lib/header.c @@ -10,6 +10,7 @@ #include "system.h" #include <netdb.h> +#include <errno.h> #include <rpm/rpmtypes.h> #include <rpm/rpmstring.h> #include "lib/header_internal.h" |