- 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:
Owen Clarke 2012-07-16 23:43:12 +10:00
parent a655be823b
commit 92adb5e266

View file

@ -38,6 +38,7 @@
#include <RX.h>
#endif
#include <cmake.h>
#include <util.h>
static const char* _uuid_pattern = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx";
static const unsigned int _uuid_min_length = 9;