need <sys/param.h>
This commit is contained in:
parent
6c0bd55ee3
commit
2e3ca227c0
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user