Skip to content

Commit

Permalink
Replace all EVENT_HAVE with EVENT__HAVE (EVENT__HAVE_USLEEP)
Browse files Browse the repository at this point in the history
  • Loading branch information
azat committed Jun 19, 2018
1 parent d2acf67 commit 35258a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evutil_time.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
#ifndef EVENT__HAVE_GETTIMEOFDAY
#include <sys/timeb.h>
#endif
#if !defined(EVENT__HAVE_NANOSLEEP) && !defined(EVENT_HAVE_USLEEP) && \
#if !defined(EVENT__HAVE_NANOSLEEP) && !defined(EVENT__HAVE_USLEEP) && \
!defined(_WIN32)
#include <sys/select.h>
#endif
Expand Down

0 comments on commit 35258a1

Please sign in to comment.