mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-09 12:28:19 -04:00
Remove use and reference to event-private.h
This commit is contained in:
parent
f964b7215a
commit
c13e185914
2
buffer.c
2
buffer.c
@ -36,7 +36,7 @@
|
|||||||
|
|
||||||
#ifdef _EVENT_HAVE_VASPRINTF
|
#ifdef _EVENT_HAVE_VASPRINTF
|
||||||
/* If we have vasprintf, we need to define _GNU_SOURCE before we include
|
/* If we have vasprintf, we need to define _GNU_SOURCE before we include
|
||||||
* stdio.h. This comes from event-private.h.
|
* stdio.h. This comes from evconfig-private.h.
|
||||||
*/
|
*/
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
2
kqueue.c
2
kqueue.c
@ -27,7 +27,7 @@
|
|||||||
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
*/
|
*/
|
||||||
#include "event2/event-config.h"
|
#include "event2/event-config.h"
|
||||||
#include "event-private.h"
|
#include "evconfig-private.h"
|
||||||
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#ifdef _EVENT_HAVE_SYS_TIME_H
|
#ifdef _EVENT_HAVE_SYS_TIME_H
|
||||||
|
Loading…
x
Reference in New Issue
Block a user