mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-06 06:37:59 +00:00
uapi linux/dlm_netlink.h: include linux/dlmconstants.h
Fixes userspace compilation error: error: ‘DLM_RESNAME_MAXLEN’ undeclared here (not in a function) char resource_name[DLM_RESNAME_MAXLEN]; Signed-off-by: Mikko Rapeli <mikko.rapeli@iki.fi> Signed-off-by: David Teigland <teigland@redhat.com>
This commit is contained in:
parent
55acdd926f
commit
f02a60924c
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
||||||
#define _DLM_NETLINK_H
|
#define _DLM_NETLINK_H
|
||||||
|
|
||||||
#include <linux/types.h>
|
#include <linux/types.h>
|
||||||
|
#include <linux/dlmconstants.h>
|
||||||
|
|
||||||
enum {
|
enum {
|
||||||
DLM_STATUS_WAITING = 1,
|
DLM_STATUS_WAITING = 1,
|
||||||
|
|
Loading…
Add table
Reference in a new issue