Skip to content

Commit 025067a

Browse files
committed
Include memory protection in public API
Makes flex page management functions available to user applications by adding the memory protection header to the public API collection.
1 parent b65fae4 commit 025067a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/linmo.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
#include <lib/malloc.h>
77

88
#include <sys/errno.h>
9+
#include <sys/memprot.h>
910
#include <sys/mqueue.h>
1011
#include <sys/mutex.h>
1112
#include <sys/pipe.h>

0 commit comments

Comments
 (0)