diff --git a/buffer.c b/buffer.c index bef226d6..180899cf 100644 --- a/buffer.c +++ b/buffer.c @@ -36,7 +36,7 @@ #ifdef _EVENT_HAVE_VASPRINTF /* 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 diff --git a/kqueue.c b/kqueue.c index 0db64abb..64c25cdf 100644 --- a/kqueue.c +++ b/kqueue.c @@ -27,7 +27,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "event2/event-config.h" -#include "event-private.h" +#include "evconfig-private.h" #include #ifdef _EVENT_HAVE_SYS_TIME_H