Skip to content

Commit

Permalink
Remove use and reference to event-private.h
Browse files Browse the repository at this point in the history
  • Loading branch information
kev009 committed Jan 7, 2011
1 parent f964b72 commit c13e185
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buffer.c
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion kqueue.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 <sys/types.h>
#ifdef _EVENT_HAVE_SYS_TIME_H
Expand Down

0 comments on commit c13e185

Please sign in to comment.