From ee18fe8eebf1591ae45368b0149aa4aec52305b8 Mon Sep 17 00:00:00 2001 From: Dhruvesh Patel Date: Mon, 28 Aug 2023 16:00:14 -0400 Subject: [PATCH] Reference for linux/ipx.h --- .github/workflows/codeql.yml | 2 +- Interpret.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 7b7e33d..93eb673 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -61,7 +61,7 @@ jobs: sudo apt-get -y install net-tools sudo snap install iputils sudo apt-get update -y - + sudo ln -s /usr/include/netipx/ipx.h /usr/include/linux/ipx.h sudo find / -name ipx.h #sudo apt-get -y install linux-headers-$(uname -r) #sudo apt-get -y install linux-headers-generic diff --git a/Interpret.cpp b/Interpret.cpp index d5eebcc..7ec506e 100644 --- a/Interpret.cpp +++ b/Interpret.cpp @@ -31,7 +31,7 @@ #include #include #include -#include +#include #endif template