remove redundant prerequisite
[buildroot.git] / package / libevent / libevent-time_h.patch
blob49bd2177d4e4db357d8ea496d71e37b2a4ef546d
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>