This commit is contained in:
Dhruvesh Patel 2023-08-28 16:00:14 -04:00
Родитель 7962580fb3
Коммит ee18fe8eeb
2 изменённых файлов: 2 добавлений и 2 удалений

2
.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

Просмотреть файл

@ -31,7 +31,7 @@
#include <linux/ax25.h>
#include <linux/atm.h>
#include <linux/x25.h>
#include <net/ipx.h>
#include <linux/ipx.h>
#endif
template <typename T>