Skip to content

Commit

Permalink
Update userspace/libscap/engine/gvisor/parsers.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Andrea Terzolo <andreaterzolo3@gmail.com>
Signed-off-by: yzewei <141103849+yzewei@users.noreply.github.com>
  • Loading branch information
2 people authored and poiana committed Apr 22, 2024
1 parent bc14dd6 commit af6bd4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion userspace/libscap/engine/gvisor/parsers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ limitations under the License.
#elif __riscv
#include <driver/syscall_compat_riscv64.h>
#elif __loongarch64
#include "../../driver/syscall_compat_loongarch64.h"
#include <driver/syscall_compat_loongarch64.h>
#endif /* __x86_64__ */

#include <functional>
Expand Down

0 comments on commit af6bd4f

Please sign in to comment.