diff options
Diffstat (limited to 'ev.c')
-rw-r--r-- | ev.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -61,7 +61,7 @@ extern "C" { # define EV_USE_KQUEUE 1 # endif -# if HAVE_PORT_H && HAVE_PORT_H && HAVE_PORT_CREATE && !defined (EV_USE_PORT) +# if HAVE_PORT_H && HAVE_PORT_CREATE && !defined (EV_USE_PORT) # define EV_USE_PORT 1 # endif |