Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/audio/alsa-utils/files/patch-alsamixer_mixer__display.c
16462 views
1
--- alsamixer/mixer_display.c.orig 2016-03-31 14:37:02 UTC
2
+++ alsamixer/mixer_display.c
3
@@ -17,7 +17,9 @@
4
* along with this program. If not, see <http://www.gnu.org/licenses/>.
5
*/
6
7
+#ifdef __GLIBC__
8
#define _C99_SOURCE /* lrint() */
9
+#endif
10
#include "aconfig.h"
11
#include <stdlib.h>
12
#include <string.h>
13
14