freebsd-ports/deskutils/taskwarrior/files/patch-src_Nibbler.h
Pietro Cerutti e77d7f87a0 - Fix build on CURRENT
Reported by:	pkg-fallout
2013-09-17 10:08:40 +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
{