Commit a714fff5 authored by Cyrill Gorcunov's avatar Cyrill Gorcunov Committed by Andrei Vagin

compel: Use common's compiler.h

And drop compel/include symlink.
Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: 's avatarAndrei Vagin <avagin@virtuozzo.com>
parent bb8b8e84
../../criu/include/compiler.h
\ No newline at end of file
...@@ -5,7 +5,8 @@ ...@@ -5,7 +5,8 @@
#include <unistd.h> #include <unistd.h>
#include <elf.h> #include <elf.h>
#include "compiler.h"
#include "common/compiler.h"
typedef struct { typedef struct {
char *input_filename; char *input_filename;
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
#include "std-priv.h" #include "std-priv.h"
#include "compiler.h" #include "common/compiler.h"
#define __sys(foo) sys_##foo #define __sys(foo) sys_##foo
#define __std(foo) std_##foo #define __std(foo) std_##foo
......
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