aboutsummaryrefslogtreecommitdiffstats
path: root/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc-2.0.2/arm_crashdump.patch
blob: 0ff61e543ec78b93425ad27d11288b8684b42bdc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- a/kexec/arch/arm/crashdump-arm.c
+++ b/kexec/arch/arm/crashdump-arm.c
@@ -20,7 +20,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
-#include <elf.h>
+#include "../../../include/elf.h"
 #include <errno.h>
 #include <stdio.h>
 #include <stdlib.h>