Nibbler: Added missing util.h

This commit is contained in:
Paul Beckingham 2015-08-09 16:53:50 -04:00
parent f183d8829a
commit dfee4b485f

View file

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