1 Nov
2018
1 Nov
'18
3:17 p.m.
This include is not used/needed and prevents building on systems that don't provide <dlfcn.h>.
Signed-off-by: Thomas Petazzoni thomas.petazzoni@bootlin.com --- topology/topology.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/topology/topology.c b/topology/topology.c index 097c255..b72e341 100644 --- a/topology/topology.c +++ b/topology/topology.c @@ -27,7 +27,6 @@ #include <errno.h> #include <string.h> #include <sys/stat.h> -#include <dlfcn.h> #include <getopt.h> #include <assert.h>
--
2.14.4