From 3b2dd1619cec9128e863cce03435cec13f513240 Mon Sep 17 00:00:00 2001 From: Justin Pettit Date: Mon, 17 May 2010 13:06:59 -0700 Subject: [PATCH] datapath: Add stddef.h compat header to list of files in distributions Older kernels won't compile without a definition of the bool values. --- datapath/linux-2.6/Modules.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/datapath/linux-2.6/Modules.mk b/datapath/linux-2.6/Modules.mk index c63e3eae..b41a8d27 100644 --- a/datapath/linux-2.6/Modules.mk +++ b/datapath/linux-2.6/Modules.mk @@ -35,6 +35,7 @@ openvswitch_headers += \ linux-2.6/compat-2.6/include/linux/rtnetlink.h \ linux-2.6/compat-2.6/include/linux/skbuff.h \ linux-2.6/compat-2.6/include/linux/slab.h \ + linux-2.6/compat-2.6/include/linux/stddef.h \ linux-2.6/compat-2.6/include/linux/tcp.h \ linux-2.6/compat-2.6/include/linux/timer.h \ linux-2.6/compat-2.6/include/linux/types.h \ -- 2.30.2