Commit bdf8c565 authored by Cyrill Gorcunov's avatar Cyrill Gorcunov Committed by Pavel Emelyanov

lock: Include bug.h instead of big util.h

This makes it suitable to use in PIE code.
Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 19cc8a5e
......@@ -9,7 +9,7 @@
#include "asm/types.h"
#include "asm/atomic.h"
#include "syscall.h"
#include "util.h"
#include "bug.h"
typedef struct {
atomic_t raw;
......
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