Hello Libev,

  Patch fixes missed <string.h> required for memset(3).

-- 
Best regards,
 Denis                          mailto:[email protected]
===================================================================
RCS file: /schmorpforge/libev/ev.c,v
retrieving revision 1.318
diff -u -r1.318 ev.c
--- ev.c        17 Nov 2009 00:22:28 -0000      1.318
+++ ev.c        18 Nov 2009 09:48:30 -0000
@@ -155,6 +155,7 @@
 
 #include <math.h>
 #include <stdlib.h>
+#include <string.h>
 #include <fcntl.h>
 #include <stddef.h>
 
_______________________________________________
libev mailing list
[email protected]
http://lists.schmorp.de/cgi-bin/mailman/listinfo/libev

Reply via email to