You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-radio/flrig/files/flrig-2.0.04-stdint.patch

14 lines
328 B

# fix build with clang++ (bug #921405)
diff --git a/src/widgets/FreqControl.cxx b/src/widgets/FreqControl.cxx
index 2b1734b..e59dc9c 100644
--- a/src/widgets/FreqControl.cxx
+++ b/src/widgets/FreqControl.cxx
@@ -35,6 +35,7 @@
#endif
#include <string.h>
+#include <stdint.h>
#include "FreqControl.h"
#include "gettext.h"