void-packages/srcpkgs/freshplayerplugin/patches/add_dlfcn.patch
Yana A. Kireyonok bec83591d3 freshplayerplugin: fix musl build
Closes: #11654 [via git-merge-pr]
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
2018-03-25 22:17:24 +02:00

10 lines
252 B
Diff

--- src/gtk_wrapper.c.original 2018-02-15 20:32:49.195111595 +0500
+++ src/gtk_wrapper.c 2018-02-15 20:33:05.219041807 +0500
@@ -28,6 +28,7 @@
#include <link.h>
#include <stdio.h>
#include <string.h>
+#include <dlfcn.h>
#include "trace_core.h"