fix build on freebsd
This commit is contained in:
committed by
Brian Anderson
parent
372cf4954c
commit
b778dac197
@@ -1,3 +1,8 @@
|
||||
// A workaround that makes INTPTR_MAX be visible
|
||||
#ifdef __FreeBSD__
|
||||
#define __STDC_LIMIT_MACROS 1
|
||||
#endif
|
||||
|
||||
#include <vector>
|
||||
#include "rust_internal.h"
|
||||
#include "rust_util.h"
|
||||
|
||||
Reference in New Issue
Block a user