[alsa-devel] [PATCH alsa-utils] topology/topology.c: drop unneeded <dlfcn.h> include
Thomas Petazzoni
thomas.petazzoni at bootlin.com
Thu Nov 1 15:17:47 CET 2018
This include is not used/needed and prevents building on systems that
don't provide <dlfcn.h>.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at 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
More information about the Alsa-devel
mailing list