Bug
- Added include util.h in Nibbler.cpp, forgot to add it to make the fix for bug #1030 compile on Solaris.
This commit is contained in:
@@ -38,6 +38,7 @@
|
|||||||
#include <RX.h>
|
#include <RX.h>
|
||||||
#endif
|
#endif
|
||||||
#include <cmake.h>
|
#include <cmake.h>
|
||||||
|
#include <util.h>
|
||||||
|
|
||||||
static const char* _uuid_pattern = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx";
|
static const char* _uuid_pattern = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx";
|
||||||
static const unsigned int _uuid_min_length = 9;
|
static const unsigned int _uuid_min_length = 9;
|
||||||
|
|||||||
Reference in New Issue
Block a user