Commit a6c422f6 authored by Andrey Vagin's avatar Andrey Vagin Committed by Pavel Emelyanov

crtools: include list.h in vma.h

This patch fixes compilation error on arm:
In file included from arch/arm/vdso-pie.c:4:0:
include/vma.h:5:19: error: field ‘h’ has incomplete type
include/vma.h:14:19: error: field ‘list’ has incomplete type
Signed-off-by: 's avatarAndrey Vagin <avagin@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 1300cf49
#ifndef __CR_VMA_H__ #ifndef __CR_VMA_H__
#define __CR_VMA_H__ #define __CR_VMA_H__
#include "list.h"
struct vm_area_list { struct vm_area_list {
struct list_head h; struct list_head h;
unsigned nr; unsigned nr;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment