mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Build
- Added missing define for FreeBSD.
This commit is contained in:
parent
46d1f2c679
commit
5baa999459
1 changed files with 3 additions and 0 deletions
|
@ -27,6 +27,9 @@
|
|||
#include <iostream> // TODO Remove
|
||||
#include <cmake.h>
|
||||
#include <algorithm>
|
||||
#ifdef FREEBSD
|
||||
#define _WITH_GETLINE
|
||||
#endif
|
||||
#include <stdio.h>
|
||||
#include <Context.h>
|
||||
#include <Hooks.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue