mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-19 14:56:46 +02:00
11 lines
288 B
Diff
11 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"
|