diff options
author | Jeremy Jackson <jerj@coplanar.net> | 2009-01-23 15:48:10 -0500 |
---|---|---|
committer | Paul Jakma <paul@quagga.net> | 2009-06-19 15:03:31 +0100 |
commit | c514adc61d56c3fb6fe5119a7b4b55c79a9c065d (patch) | |
tree | 6b1ac86d90846505c6273ea1509172fb49c4944b /ospfd/ospfd.h | |
parent | 7ec573661ff046f6fa97d694de7a68dede2532fd (diff) |
[ospfd/BSD] add missing UINT16_MAX - picked up from FreeBSD ports patch
Should probably have AC_TYPE_UINT16_T in configure.ac to make it really
clean... and a fresh import of gnulib, the existing copy of gnulib seems to
be manually put some stuff in zebra.h. I'm leaving that alone for now,
since a fresh import will probably clean up a lot of cruft and it would be a
duplicated effort to fix some things now.
The FreeBSD port 0.99.11_1 files/patch-ospfd-ospfd.h can probably go away
after this is applied.
Diffstat (limited to 'ospfd/ospfd.h')
-rw-r--r-- | ospfd/ospfd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ospfd/ospfd.h b/ospfd/ospfd.h index 6ba19162..f81c682c 100644 --- a/ospfd/ospfd.h +++ b/ospfd/ospfd.h @@ -23,6 +23,8 @@ #ifndef _ZEBRA_OSPFD_H #define _ZEBRA_OSPFD_H +#include <zebra.h> + #include "filter.h" #include "log.h" |