summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarko Kreen2007-12-20 22:19:26 +0000
committerMarko Kreen2007-12-20 22:19:26 +0000
commitd74a64823181ac23ba3ec813d21edf37eae71266 (patch)
tree1953d7fbb40c515be1e4c8429ffd1e1bf9212053
parent75c12832899298cccaf9a36d5eefd915233e32d0 (diff)
remove debug hacksplproxy_2_0_4_rc2
-rw-r--r--src/poll_compat.h4
1 files 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 <poll.h>
#else
-#ifdef HAVE_SYS_POLL_Hx
+#ifdef HAVE_SYS_POLL_H
#include <sys/poll.h>