Add missing <errno.h> include
- Should've been in commit cbd6ef58bb
,
this breaks build when selinux-support is not compiled in
This commit is contained in:
parent
d1d050a073
commit
ebba1c7b58
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue