mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-05-04 15:14:25 +02:00
12 lines
288 B
Diff
12 lines
288 B
Diff
|
--- libaio-0.3.112.orig/src/compat-0_1.c
|
||
|
+++ libaio-0.3.112/src/compat-0_1.c
|
||
|
@@ -19,7 +19,7 @@
|
||
|
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||
|
*/
|
||
|
#include <stdlib.h>
|
||
|
-#include <asm/errno.h>
|
||
|
+#include <errno.h>
|
||
|
|
||
|
#include "libaio.h"
|
||
|
#include "vsys_def.h"
|