From 620402a833a4e42590a26390d2b7a39fd39e3ea9 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Wed, 19 Aug 2009 09:00:06 +0000 Subject: This is a better fix for OS X stupidity. --- compat.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'compat.h') diff --git a/compat.h b/compat.h index b04386f6..7f914b89 100644 --- a/compat.h +++ b/compat.h @@ -1,4 +1,4 @@ -/* $Id: compat.h,v 1.10 2009-08-16 16:15:53 nicm Exp $ */ +/* $Id: compat.h,v 1.11 2009-08-19 09:00:05 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -45,6 +45,8 @@ #ifdef HAVE_POLL #include #else +#define POLLNVAL 0 +#define POLLHUP 0 #include "compat/bsd-poll.h" #endif -- cgit