summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2012-11-26 13:34:06 +0200
committerPanu Matilainen <pmatilai@redhat.com>2012-12-10 11:30:12 +0200
commitf34029dbb4c444e9cb8f092917da4563be2b2b02 (patch)
treef0c572dcdf0f6da983591cf29466783cf5ebbc3a
parent0b0de7184bc47574e3d7c4131bb4aeca10b5f6bc (diff)
downloadrpm-f34029dbb4c444e9cb8f092917da4563be2b2b02.tar.gz
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.c1
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"