Move <dlfcn.h> out of system.h
It is needed in lib/rpmplugins.c only anyway.
This commit is contained in:
parent
67f8dadebd
commit
83306c2009
|
@ -8,6 +8,8 @@
|
|||
#include <rpm/rpmts.h>
|
||||
|
||||
#include "lib/rpmplugins.h"
|
||||
#include <dlfcn.h>
|
||||
|
||||
|
||||
#define STR1(x) #x
|
||||
#define STR(x) STR1(x)
|
||||
|
|
Loading…
Reference in New Issue