mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Portability
- Added stdlib.h to rx.cpp, which is needed by Cygwin at least.
This commit is contained in:
parent
5ecbd85020
commit
d77a790f21
1 changed files with 2 additions and 1 deletions
|
@ -25,7 +25,8 @@
|
|||
//
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include "regex.h"
|
||||
#include <stdlib.h>
|
||||
#include <regex.h>
|
||||
#include "rx.h"
|
||||
|
||||
//#define _POSIX_C_SOURCE 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue