mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 15:36:35 -04:00
The taskd server provides a multi-user, multi-client repository for taskwarrior (deskutils/taskwarrior) 2.3.0 (and later) and any other clients. It runs continuously as a daemon process, and provides several services, primarily the synchronization of tasks between the clients.
10 lines
214 B
C++
10 lines
214 B
C++
--- src/Nibbler.h.orig 2013-09-17 10:58:23.000000000 +0200
|
|
+++ src/Nibbler.h 2013-09-17 10:58:33.000000000 +0200
|
|
@@ -37,6 +37,7 @@
|
|
|
|
#include <string>
|
|
#include <vector>
|
|
+#include <sys/time.h>
|
|
|
|
class Nibbler
|
|
{
|