aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2009-02-11 19:44:27 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2009-02-11 19:44:27 +0000
commit0ca0439071613e80c9f7145407500a15db24fe87 (patch)
tree10243bf7acffac31e85bed97c58e8a12bf8f77cb /devel
parent5f419ac9306b60c5d2df32a9f4ad5e465ca898e5 (diff)
downloadports-0ca0439071613e80c9f7145407500a15db24fe87.tar.gz
ports-0ca0439071613e80c9f7145407500a15db24fe87.zip
Notes
Diffstat (limited to 'devel')
-rw-r--r--devel/eris/files/patch-Eris-TimedEventService.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/eris/files/patch-Eris-TimedEventService.h b/devel/eris/files/patch-Eris-TimedEventService.h
new file mode 100644
index 000000000000..e600ad33d303
--- /dev/null
+++ b/devel/eris/files/patch-Eris-TimedEventService.h
@@ -0,0 +1,10 @@
+--- Eris/TimedEventService.h.orig 2009-02-11 20:40:26.000000000 +0100
++++ Eris/TimedEventService.h 2009-02-11 20:40:38.000000000 +0100
+@@ -3,6 +3,7 @@
+
+ #include <wfmath/timestamp.h>
+ #include <Eris/Types.h>
++#include <assert.h>
+
+ namespace Eris
+ {