update linux/ipx.h to net/ipx.h

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

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

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

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