mirror of
https://git.proxmox.com/git/mirror_iproute2
synced 2025-10-10 03:28:51 +00:00
Workaround for kernel/user htons confusion.
(Logical change 1.144)
This commit is contained in:
parent
750aaf6672
commit
dd79ac48df
@ -29,6 +29,11 @@
|
||||
#include <linux/if.h>
|
||||
#include <linux/if_arp.h>
|
||||
#include <linux/ip.h>
|
||||
|
||||
#ifndef __constant_htons
|
||||
#define __constant_htons(x) htons(x)
|
||||
#endif
|
||||
|
||||
#include <linux/if_tunnel.h>
|
||||
|
||||
#include "rt_names.h"
|
||||
|
Loading…
Reference in New Issue
Block a user