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 /lib/slab.c | |
parent | f4c6ca8c9c7ca7c0d481e6059396beed6adc768d (diff) |
Fixes headers for uintptr_t (and build on NetBSD).
Diffstat (limited to 'lib/slab.c')
-rw-r--r-- | lib/slab.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -26,6 +26,7 @@ */ #include <stdlib.h> +#include <stdint.h> #include "nest/bird.h" #include "lib/resource.h" |