diff options
author | Michael Larson <slioch@eng-140.vyatta.com> | 2008-03-20 12:56:54 -0700 |
---|---|---|
committer | Michael Larson <slioch@eng-140.vyatta.com> | 2008-03-20 12:56:54 -0700 |
commit | 7352a795d90e7b93b7694638b67b8863239b7703 (patch) | |
tree | d1e95df55877aecc38a8153c989b45cd71d5a69e | |
parent | 83ed3b6af4bc060409d1143ba4509eb0f00799c1 (diff) | |
download | quagga-7352a795d90e7b93b7694638b67b8863239b7703.tar.bz2 quagga-7352a795d90e7b93b7694638b67b8863239b7703.tar.xz |
support 64bit
-rw-r--r-- | watchlink/netlink_event.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/watchlink/netlink_event.cc b/watchlink/netlink_event.cc index 7db07764..2880f83d 100644 --- a/watchlink/netlink_event.cc +++ b/watchlink/netlink_event.cc @@ -6,7 +6,7 @@ * under the terms of the GNU General Public License version 2 as published * by the Free Software Foundation. */ -#include <linux/types.h> +#include <sys/types.h> #include <sys/socket.h> #include <linux/rtnetlink.h> #include <net/if.h> |