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