summaryrefslogtreecommitdiffstats
path: root/package/libevent/libevent-time_h.patch
blob: 49bd2177d4e4db357d8ea496d71e37b2a4ef546d (plain)
1
2
3
4
5
6
7
8
9
10
11
diff -ur libevent-1.2/event.c libevent-1.2-patched/event.c
--- libevent-1.2/event.c	2006-08-12 12:41:36.000000000 -0500
+++ libevent-1.2-patched/event.c	2007-01-13 23:33:05.340351152 -0600
@@ -41,6 +41,7 @@
 #else 
 #include <sys/_time.h>
 #endif
+#include <time.h>
 #include <sys/queue.h>
 #include <stdio.h>
 #include <stdlib.h>