Commit f02a6092 authored by Mikko Rapeli's avatar Mikko Rapeli Committed by David Teigland

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: default avatarMikko Rapeli <mikko.rapeli@iki.fi>
Signed-off-by: default avatarDavid Teigland <teigland@redhat.com>
parent 55acdd92
......@@ -10,6 +10,7 @@
#define _DLM_NETLINK_H
#include <linux/types.h>
#include <linux/dlmconstants.h>
enum {
DLM_STATUS_WAITING = 1,
......
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