[alsa-devel] [PATCH alsa-utils] topology/topology.c: drop unneeded <dlfcn.h> include
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
2 Nov
2 Nov
3:05 p.m.
New subject: [alsa-devel] [PATCH alsa-utils] topology/topology.c: drop unneeded <dlfcn.h> include
On Thu, 01 Nov 2018 15:17:47 +0100, Thomas Petazzoni wrote:
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
Applied, thanks.
Takashi
2242
Age (days ago)
2243
Last active (days ago)
1 comments
2 participants
participants (2)
-
Takashi Iwai
-
Thomas Petazzoni