Blame SOURCES/ltrace-0.7.91-aarch64-headers.patch

5cd83f
Index: ltrace-0.7.91/sysdeps/linux-gnu/aarch64/regs.c
5cd83f
===================================================================
5cd83f
--- ltrace-0.7.91.orig/sysdeps/linux-gnu/aarch64/regs.c
5cd83f
+++ ltrace-0.7.91/sysdeps/linux-gnu/aarch64/regs.c
5cd83f
@@ -23,6 +23,7 @@
5cd83f
 #include <linux/uio.h>
5cd83f
 #include <assert.h>
5cd83f
 #include <stdlib.h>
5cd83f
+#include <stdio.h>
5cd83f
 
5cd83f
 #include "backend.h"
5cd83f
 #include "proc.h"
5cd83f
Index: ltrace-0.7.91/sysdeps/linux-gnu/aarch64/trace.c
5cd83f
===================================================================
5cd83f
--- ltrace-0.7.91.orig/sysdeps/linux-gnu/aarch64/trace.c
5cd83f
+++ ltrace-0.7.91/sysdeps/linux-gnu/aarch64/trace.c
5cd83f
@@ -24,6 +24,7 @@
5cd83f
 #include <asm/ptrace.h>
5cd83f
 #include <string.h>
5cd83f
 #include <errno.h>
5cd83f
+#include <stdio.h>
5cd83f
 
5cd83f
 #include "backend.h"
5cd83f
 #include "proc.h"