gentoo-ebuilds/media-radio/flmsg/files/flmsg-4.0.24-pthread.patch
Mario Haustein 9dd6c41be7
media-radio/flmsg: add 4.0.24
Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de>
Part-of: https://github.com/gentoo/gentoo/pull/43689
Closes: https://github.com/gentoo/gentoo/pull/43689
Signed-off-by: Sam James <sam@gentoo.org>
2025-09-06 15:28:58 +01:00

17 lines
462 B
Diff

commit 35f2afbc88f0cd92b270101b5e9f833f3156ed3c
Author: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de>
Date: Sat Sep 6 11:38:02 2025 +0200
Upstream: https://sourceforge.net/p/fldigi/flmsg/merge-requests/2/
add missing header
--- a/src/widgets/font_browser.cxx
+++ b/src/widgets/font_browser.cxx
@@ -33,6 +33,7 @@
#include <string>
#include <cstdio>
#include <stdint.h>
+#include <pthread.h>
#include <FL/Fl.H>
#include <FL/Fl_Color_Chooser.H>