Commit eedb53a1 authored by Pavel Emelyanov's avatar Pavel Emelyanov

headers: Fix iquote for include/common

travis-ci: success for headers: Finalize include/common/
Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
parent c50ea548
...@@ -132,7 +132,7 @@ ifeq ($(GMON),1) ...@@ -132,7 +132,7 @@ ifeq ($(GMON),1)
export GMON GMONLDOPT export GMON GMONLDOPT
endif endif
CFLAGS += $(WARNINGS) $(DEFINES) -iquote include/common CFLAGS += $(WARNINGS) $(DEFINES) -iquote include/
# Default target # Default target
all: criu lib all: criu lib
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
#ifndef __CR_GENERIC_BITOPS_H__ #ifndef __CR_GENERIC_BITOPS_H__
#define __CR_GENERIC_BITOPS_H__ #define __CR_GENERIC_BITOPS_H__
#include "asm/bitsperlong.h" #include "common/asm/bitsperlong.h"
#define DIV_ROUND_UP(n,d) (((n) + (d) - 1) / (d)) #define DIV_ROUND_UP(n,d) (((n) + (d) - 1) / (d))
#define BITS_TO_LONGS(nr) DIV_ROUND_UP(nr, BITS_PER_LONG) #define BITS_TO_LONGS(nr) DIV_ROUND_UP(nr, BITS_PER_LONG)
......
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