repo.or.cz
/
buildroot.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fix prerequisites due to libc changes
[buildroot.git]
/
package
/
libevent
/
libevent-time_h.patch
blob
49bd2177d4e4db357d8ea496d71e37b2a4ef546d
1
diff -ur libevent-1.2/event.c libevent-1.2-patched/event.c
2
--- libevent-1.2/event.c 2006-08-12 12:41:36.000000000 -0500
3
+++ libevent-1.2-patched/event.c 2007-01-13 23:33:05.340351152 -0600
4
@@ -41,6 +41,7 @@
5
#else
6
#include <sys/_time.h>
7
#endif
8
+#include <time.h>
9
#include <sys/queue.h>
10
#include <stdio.h>
11
#include <stdlib.h>