From 7962580fb3a9ae57cd3aae433391ccfa9ea79859 Mon Sep 17 00:00:00 2001 From: Dhruvesh Patel Date: Mon, 28 Aug 2023 15:37:14 -0400 Subject: [PATCH] update linux/ipx.h to net/ipx.h --- .github/workflows/codeql.yml | 1 + Interpret.cpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 136143e..7b7e33d 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -61,6 +61,7 @@ jobs: sudo apt-get -y install net-tools sudo snap install iputils sudo apt-get update -y + 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 7ec506e..d5eebcc 100644 --- a/Interpret.cpp +++ b/Interpret.cpp @@ -31,7 +31,7 @@ #include #include #include -#include +#include #endif template