summaryrefslogtreecommitdiffstats
path: root/compat
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-05-13 23:50:42 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-05-13 23:50:42 +0000
commit6c27e434c662899960bce4d97c3923083c783193 (patch)
tree01c41000c58aef7534e270476409092f51d4ef55 /compat
parent41fb824cbe678c7d9444813690249027a67ee30d (diff)
compat/bsd-poll.h now we are not doing -Icompat.
Diffstat (limited to 'compat')
-rw-r--r--compat/bsd-poll.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/compat/bsd-poll.c b/compat/bsd-poll.c
index 39da9d9a..1cf51936 100644
--- a/compat/bsd-poll.c
+++ b/compat/bsd-poll.c
@@ -1,4 +1,4 @@
-/* $Id: bsd-poll.c,v 1.1 2008-08-28 17:45:30 nicm Exp $ */
+/* $Id: bsd-poll.c,v 1.2 2009-05-13 23:50:42 nicm Exp $ */
/*
* Copyright (c) 2004, 2005, 2007 Darren Tucker (dtucker at zip com au).
@@ -29,7 +29,8 @@
#include <stdlib.h>
#include <errno.h>
-#include "bsd-poll.h"
+
+#include "compat/bsd-poll.h"
/*
* A minimal implementation of poll(2), built on top of select(2).