diff options
author | Anas Nashif <anas.nashif@intel.com> | 2012-11-21 13:58:38 -0800 |
---|---|---|
committer | Anas Nashif <anas.nashif@intel.com> | 2013-02-02 16:44:44 -0800 |
commit | 1696817285b020bff82e19b4354d7527f75676d2 (patch) | |
tree | 1842a6044bc76548f23ab1524f03d7d8ad3fd59c /lib/header.c | |
parent | 2315e5c6690d45db6aa3825c568056daca2c3ca4 (diff) | |
download | librpm-tizen-1696817285b020bff82e19b4354d7527f75676d2.tar.gz librpm-tizen-1696817285b020bff82e19b4354d7527f75676d2.tar.bz2 librpm-tizen-1696817285b020bff82e19b4354d7527f75676d2.zip |
include errno.h
Diffstat (limited to 'lib/header.c')
-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 0f00dff04..90079f307 100644 --- a/lib/header.c +++ b/lib/header.c @@ -16,6 +16,7 @@ #include "lib/header_internal.h" #include "lib/misc.h" /* tag function proto */ +#include <errno.h> #include "debug.h" /** \ingroup header |