mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
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:
parent
a655be823b
commit
92adb5e266
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue