mirror of
https://github.com/libevent/libevent.git
synced 2025-01-31 09:12:55 +08:00
evutil now includes stdarg.h directly
svn:r888
This commit is contained in:
parent
e29a5c82a8
commit
877fa44dda
@ -1,3 +1,6 @@
|
||||
Changes in 1.4.6-stable:
|
||||
o evutil.h now includes <stdarg.h> directly
|
||||
|
||||
Changes in 1.4.5-stable:
|
||||
o Fix connection keep-alive behavior for HTTP/1.0
|
||||
o Fix use of freed memory in event_reinit; pointed out by Peter Postma
|
||||
|
1
evutil.c
1
evutil.c
@ -52,7 +52,6 @@
|
||||
#if defined WIN32 && !defined(HAVE_GETTIMEOFDAY_H)
|
||||
#include <sys/timeb.h>
|
||||
#endif
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include "evutil.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user