From d74a64823181ac23ba3ec813d21edf37eae71266 Mon Sep 17 00:00:00 2001 From: Marko Kreen Date: Thu, 20 Dec 2007 22:19:26 +0000 Subject: [PATCH] remove debug hacks --- src/poll_compat.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/poll_compat.h b/src/poll_compat.h index 65cbe92..0a016b9 100644 --- a/src/poll_compat.h +++ b/src/poll_compat.h @@ -1,10 +1,10 @@ -#ifdef HAVE_POLL_Hx +#ifdef HAVE_POLL_H #include #else -#ifdef HAVE_SYS_POLL_Hx +#ifdef HAVE_SYS_POLL_H #include