Skip to content
This repository was archived by the owner on Aug 5, 2022. It is now read-only.

Commit fabf5d7

Browse files
author
Juston Li
committed
Add <sys/user.h> header for PAGE_SIZE
Starting from 4.16, ndctl.h uses PAGE_SIZE. In the future, the ndctl package may provide this header. Signed-off-by: Juston Li <[email protected]>
1 parent 04dd261 commit fabf5d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/lnx_adapter.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
#define LNX_ADAPTER_H_
3535

3636
#include <stddef.h>
37+
#include <sys/user.h>
3738
#include <linux/ndctl.h>
3839
#include <ndctl/libndctl.h>
3940

0 commit comments

Comments
 (0)