Commit dd79ac48 authored by osdl.net!shemminger's avatar osdl.net!shemminger

Workaround for kernel/user htons confusion.

(Logical change 1.144)
parent 750aaf66
......@@ -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"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment