diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2009-09-17 17:52:36 +0200 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2009-09-17 17:52:36 +0200 |
commit | 46eb80d5d50a2b284cae19444149d57d857a8e02 (patch) | |
tree | 13993dda06d7d32857560218c99a48b90137d4df /nest/attrs.h | |
parent | f4c6ca8c9c7ca7c0d481e6059396beed6adc768d (diff) | |
download | bird-46eb80d5d50a2b284cae19444149d57d857a8e02.tar bird-46eb80d5d50a2b284cae19444149d57d857a8e02.zip |
Fixes headers for uintptr_t (and build on NetBSD).
Diffstat (limited to 'nest/attrs.h')
-rw-r--r-- | nest/attrs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nest/attrs.h b/nest/attrs.h index eee6b37..16fb35a 100644 --- a/nest/attrs.h +++ b/nest/attrs.h @@ -9,6 +9,8 @@ #ifndef _BIRD_ATTRS_H_ #define _BIRD_ATTRS_H_ +#include <stdint.h> + /* a-path.c */ #define AS_PATH_SET 1 /* Types of path segments */ |