mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-20 13:23:08 +02:00
Portability
- Patch provided to define uint32_t types, etc in util.cpp. Signed-off-by: Paul Beckingham <paul@beckingham.net>
This commit is contained in:
parent
d167842e36
commit
f86b497fa8
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@
|
|||
#include <vector>
|
||||
#include <algorithm>
|
||||
#include <string>
|
||||
#include <stdint.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/time.h>
|
||||
#include <sys/wait.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue