mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
alsa-firmware: fix build with glibc
This commit is contained in:
parent
c8b5f89d8b
commit
2f40554eba
1 changed files with 8 additions and 1 deletions
|
@ -27,7 +27,14 @@
|
||||||
0x8004000c, 0x00000000, 0x8001000c, 0x80000000, 0x0002000c, 0x581a000a,
|
0x8004000c, 0x00000000, 0x8001000c, 0x80000000, 0x0002000c, 0x581a000a,
|
||||||
--- hdsploader/tobin.c.orig
|
--- hdsploader/tobin.c.orig
|
||||||
+++ hdsploader/tobin.c
|
+++ hdsploader/tobin.c
|
||||||
@@ -8,7 +8,7 @@
|
@@ -1,5 +1,6 @@
|
||||||
|
#include <stdio.h>
|
||||||
|
#include <stdlib.h>
|
||||||
|
+#include <stdint.h>
|
||||||
|
#include <unistd.h>
|
||||||
|
#include <endian.h>
|
||||||
|
|
||||||
|
@@ -8,7 +9,7 @@
|
||||||
#include "multiface_firmware.dat"
|
#include "multiface_firmware.dat"
|
||||||
#include "multiface_firmware_rev11.dat"
|
#include "multiface_firmware_rev11.dat"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue