need <sys/param.h>

This commit is contained in:
christos 2016-09-21 23:18:42 +00:00
parent 6c0bd55ee3
commit 2e3ca227c0

View File

@ -13,6 +13,9 @@
#ifndef SANITIZER_PLATFORM_LIMITS_POSIX_H
#define SANITIZER_PLATFORM_LIMITS_POSIX_H
#ifdef __NetBSD__
#include <sys/param.h>
#endif
#include "sanitizer_internal_defs.h"
#include "sanitizer_platform.h"