diff options
author | Michael Larson <slioch@eng-140.vyatta.com> | 2008-03-31 13:54:48 -0700 |
---|---|---|
committer | Michael Larson <slioch@eng-140.vyatta.com> | 2008-03-31 13:54:48 -0700 |
commit | b788be3f9b20f44ceb463e93977fe5731141ef26 (patch) | |
tree | fa6d406f071648674727d120575fac803554575d /lib/zebra.h | |
parent | e11fac98b244ce836185a452bf1960cedf26660c (diff) | |
parent | 2bc693173112ea436884aca19352624504e2246a (diff) | |
download | quagga-b788be3f9b20f44ceb463e93977fe5731141ef26.tar.bz2 quagga-b788be3f9b20f44ceb463e93977fe5731141ef26.tar.xz |
Merge branch 'master' of http://git.vyatta.com/vyatta-quagga
Diffstat (limited to 'lib/zebra.h')
-rw-r--r-- | lib/zebra.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/zebra.h b/lib/zebra.h index 150aa2c5..d4f68cf0 100644 --- a/lib/zebra.h +++ b/lib/zebra.h @@ -162,6 +162,7 @@ typedef int socklen_t; #ifdef HAVE_NETLINK #include <linux/netlink.h> #include <linux/rtnetlink.h> +#include <linux/filter.h> #else #define RT_TABLE_MAIN 0 #endif /* HAVE_NETLINK */ |