diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2009-12-08 16:22:42 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2009-12-08 16:22:42 +0200 |
commit | 50d1b52edb202fbf9329cea0ecec285c0a73414f (patch) | |
tree | ecb719dcb7f4d44c52611ec061afb89cd892db28 /build | |
parent | d6bda5a1665d8d04526aea299781570ee7486b2e (diff) | |
download | librpm-tizen-50d1b52edb202fbf9329cea0ecec285c0a73414f.tar.gz librpm-tizen-50d1b52edb202fbf9329cea0ecec285c0a73414f.tar.bz2 librpm-tizen-50d1b52edb202fbf9329cea0ecec285c0a73414f.zip |
Avoid exposing libmagic dependency in public headers
Diffstat (limited to 'build')
-rw-r--r-- | build/rpmfc.c | 2 | ||||
-rw-r--r-- | build/rpmfc.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/build/rpmfc.c b/build/rpmfc.c index e6f020fa4..ac19e8229 100644 --- a/build/rpmfc.c +++ b/build/rpmfc.c @@ -1,6 +1,8 @@ #include "system.h" #include <signal.h> +#include <magic.h> + #if HAVE_GELF_H #include <gelf.h> diff --git a/build/rpmfc.h b/build/rpmfc.h index 96cb93f50..87f9f1336 100644 --- a/build/rpmfc.h +++ b/build/rpmfc.h @@ -6,8 +6,6 @@ * Structures and methods for build-time file classification. */ -#include <magic.h> - #include <rpm/rpmtypes.h> #include <rpm/argv.h> /* for ARGV_t */ #include <rpm/rpmstring.h> /* for StringBuf */ |