Commit 459ca476 authored by Cyrill Gorcunov's avatar Cyrill Gorcunov Committed by Pavel Emelyanov

vdso: asm -- Include protobuf/vma.pb-c.h

rhel6 compiler is not happy about preliminary
declaration of VmaEntry type yielding error on
building attempt, thus include protobuf header.
Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent dfe9cfbe
......@@ -3,10 +3,9 @@
#include <sys/types.h>
struct vdso_symtable;
#include "protobuf/vma.pb-c.h"
struct _VmaEntry;
typedef struct _VmaEntry VmaEntry;
struct vdso_symtable;
extern int vdso_redirect_calls(void *base_to, void *base_from, struct vdso_symtable *to, struct vdso_symtable *from);
extern int vdso_fill_symtable(char *mem, size_t size,struct vdso_symtable *t);
......
......@@ -3,10 +3,9 @@
#include <sys/types.h>
struct vdso_symtable;
#include "protobuf/vma.pb-c.h"
struct _VmaEntry;
typedef struct _VmaEntry VmaEntry;
struct vdso_symtable;
extern int vdso_redirect_calls(void *base_to, void *base_from, struct vdso_symtable *to, struct vdso_symtable *from);
extern int vdso_fill_symtable(char *mem, size_t size,struct vdso_symtable *t);
......
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