mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-22 09:58:09 +00:00
headers: Fix iquote for include/common
travis-ci: success for headers: Finalize include/common/ Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
This commit is contained in:
parent
c50ea54853
commit
eedb53a1d2
2
Makefile
2
Makefile
@ -132,7 +132,7 @@ ifeq ($(GMON),1)
|
||||
export GMON GMONLDOPT
|
||||
endif
|
||||
|
||||
CFLAGS += $(WARNINGS) $(DEFINES) -iquote include/common
|
||||
CFLAGS += $(WARNINGS) $(DEFINES) -iquote include/
|
||||
|
||||
# Default target
|
||||
all: criu lib
|
||||
|
@ -8,7 +8,7 @@
|
||||
#ifndef __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 BITS_TO_LONGS(nr) DIV_ROUND_UP(nr, BITS_PER_LONG)
|
||||
|
Loading…
x
Reference in New Issue
Block a user