mirror of
https://git.proxmox.com/git/mirror_iproute2
synced 2025-10-10 16:43:20 +00:00

In order to ensure no backward/forward compatiablity problems, make sure that all kernel headers used come from the local copy. Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
7 lines
78 B
C
7 lines
78 B
C
#ifndef _LINUX_PARAM_H
|
|
#define _LINUX_PARAM_H
|
|
|
|
#include <asm/param.h>
|
|
|
|
#endif
|