mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Portability
- Fixed cmake issues on NetBSD (thanks to atomicules).
This commit is contained in:
parent
d0ebf4c354
commit
3d79abb106
3 changed files with 8 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
|||
#include <stdlib.h>
|
||||
#include <Directory.h>
|
||||
|
||||
#ifdef SOLARIS
|
||||
#if defined SOLARIS || defined NETBSD
|
||||
#include <limits.h>
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue