blob: 328182419f96c9630317001132ab582a6652b8e2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- alsamixer/mixer_display.c.orig 2016-03-31 14:37:02 UTC
+++ alsamixer/mixer_display.c
@@ -17,7 +17,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+#ifdef __GLIBC__
#define _C99_SOURCE /* lrint() */
+#endif
#include "aconfig.h"
#include <stdlib.h>
#include <string.h>
|