datapath: Make gre.h safe to include by itself.
authorBen Pfaff <blp@nicira.com>
Wed, 26 May 2010 17:09:56 +0000 (10:09 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 26 May 2010 22:27:01 +0000 (15:27 -0700)
commitb662d24bd42f182a3ad1e9ca7ecb5ab2aa037480
treedb19a63644d275d797771dd318774e155d64cc21
parent0ec6cfb13b4d9ef14b90119cf662e47ed559a185
datapath: Make gre.h safe to include by itself.

gre.h is Linux-specific, and it uses Linux-specific types, so it has to
#include <linux/types.h>.  We probably got away with it until now because
it was always included after some other header that had already included
that one.
include/openvswitch/gre.h