From 4442a282e1e876e164b01f891dc4e8eccbd7f07f Mon Sep 17 00:00:00 2001 From: John Reiser Date: Mon, 16 Oct 2006 10:52:57 -0700 Subject: [PATCH] fix filename in #includ --- src/p_vmlinx.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/p_vmlinx.cpp b/src/p_vmlinx.cpp index 4d895253..28f66f3d 100644 --- a/src/p_vmlinx.cpp +++ b/src/p_vmlinx.cpp @@ -266,7 +266,7 @@ static bool defineFilterSymbols(Linker *linker, const Filter *ft) } static const -#include "stub/i386-linux.kernel.head-vmlinux.h" +#include "stub/i386-linux.kernel.vmlinux-head.h" void PackVmlinuxI386::pack(OutputFile *fo) {