mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 08:35:20 +02:00
NetBSD build fix proposal. (#10308)
Fixing thread naming call and let the class setting RANDOM_MIN/RANDOM_MAX.
This commit is contained in:
@@ -29,6 +29,13 @@
|
||||
#include "exceptions.h"
|
||||
#include "util/string.h"
|
||||
|
||||
#if defined(RANDOM_MIN)
|
||||
#undef RANDOM_MIN
|
||||
#endif
|
||||
#if defined(RANDOM_MAX)
|
||||
#undef RANDOM_MAX
|
||||
#endif
|
||||
|
||||
extern FlagDesc flagdesc_noiseparams[];
|
||||
|
||||
// Note: this class is not polymorphic so that its high level of
|
||||
|
Reference in New Issue
Block a user