mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-21 07:43:08 +02:00
Bug
- Include limits.h in Directory.cpp to fix compilation on Solaris 11
This commit is contained in:
parent
92adb5e266
commit
0022cfe10b
1 changed files with 4 additions and 0 deletions
|
@ -35,6 +35,10 @@
|
||||||
#include <Directory.h>
|
#include <Directory.h>
|
||||||
#include <cmake.h>
|
#include <cmake.h>
|
||||||
|
|
||||||
|
#ifdef SOLARIS
|
||||||
|
#include <limits.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
Directory::Directory ()
|
Directory::Directory ()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue