Skip to content

Commit

Permalink
lapi/mman: Include path for lapi/syscalls.h
Browse files Browse the repository at this point in the history
Link: https://lore.kernel.org/ltp/[email protected]/
Reviewed-by: Petr Vorel <[email protected]>
Signed-off-by: Edward Liaw <[email protected]>
  • Loading branch information
edliaw authored and pevik committed Dec 10, 2024
1 parent b5e2ea3 commit b1ca529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/lapi/mman.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#include <stdint.h>
#include <sys/mman.h>
#include "config.h"
#include "syscalls.h"
#include "lapi/syscalls.h"

#ifndef HAVE_STRUCT_CACHESTAT_RANGE
struct cachestat_range {
Expand Down

0 comments on commit b1ca529

Please sign in to comment.