libevent-time_h.patch 331 B

1234567891011
  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>