mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
- Added "#include <string.h>" to task.cpp to ensure clean build under GCC 4.3
This commit is contained in:
parent
fb87039d8c
commit
ec15dc9342
4 changed files with 8 additions and 1 deletions
|
@ -29,6 +29,7 @@
|
|||
#include <fstream>
|
||||
#include <sys/types.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
#include <stdlib.h>
|
||||
#include <pwd.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue