Skip to content

Commit 7cc13b3

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 e2219f0 commit 7cc13b3

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
@@ -7,6 +7,7 @@
77

88
#include <sys/errno.h>
99
#include <sys/logger.h>
10+
#include <sys/memprot.h>
1011
#include <sys/mqueue.h>
1112
#include <sys/mutex.h>
1213
#include <sys/pipe.h>

0 commit comments

Comments
 (0)