diff options
author | Andrew J. Schorr <ajschorr@alumni.princeton.edu> | 2007-06-01 13:21:20 +0000 |
---|---|---|
committer | Andrew J. Schorr <ajschorr@alumni.princeton.edu> | 2007-06-01 13:21:20 +0000 |
commit | 0dc0b7080227df8aca6cc2f7961c3c55cb73c509 (patch) | |
tree | 6e812cc69de4171c069d341fac39372a2c8259fc /lib/ChangeLog | |
parent | 093033144658c5d914429fad5b0a6cf952f20943 (diff) |
[linux] Fix strange compilation problem by explicitly including <linux/types.h>
2007-06-01 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
* zebra.h: On linux, we seem to need to include <linux/types.h> before
<sys/sysctl.h>, otherwise we get isisd compilation errors about
__be16 not being defined.
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r-- | lib/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 4360c833..3a1d1f6b 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,9 @@ +2007-06-01 Andrew J. Schorr <ajschorr@alumni.princeton.edu> + + * zebra.h: On linux, we seem to need to include <linux/types.h> before + <sys/sysctl.h>, otherwise we get isisd compilation errors about + __be16 not being defined. + 2007-05-10 Paul Jakma <paul.jakma@sun.com> * zebra.h: Don't try define _GNU_SOURCE, autoconf should do it. |