mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-31 14:25:49 +00:00
headers: Change "../protobuf/" to "protobuf/"
No need to walk up the directories if we need to include protobuf file. This was always a bad use of ability to walk the filesystem from other headers. Same time we don't need -I$(SRC_DIR)/protobuf/ in general makefile anymore. [xemul: Small fixlet in head Makefile, since patch it out-of-order] Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
committed by
Pavel Emelyanov
parent
ef4783a646
commit
fdfef4b485
@@ -10,7 +10,7 @@
|
||||
#include "image.h"
|
||||
#include "lock.h"
|
||||
|
||||
#include "../protobuf/vma.pb-c.h"
|
||||
#include "protobuf/vma.pb-c.h"
|
||||
|
||||
#define CR_FD_PERM (S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH)
|
||||
|
||||
|
Reference in New Issue
Block a user