ports/deskutils/taskd/files/patch-src_Nibbler.h
Pietro Cerutti 75748cc79e - New port: deskutils/taskd
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.
2014-01-16 09:08:55 +00:00

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
{