summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-07-01 22:43:48 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-07-01 22:43:48 +0000
commit81f06ba17033095056cbe49cfbb700e84209f6c4 (patch)
tree32ac4a714948da9a0317b1f05005252d42a496e8
parent851a35eb5e45034beca25f5787d5ad9eab9c4660 (diff)
Typo: bsdpoll.h -> bsd-poll.h.
-rw-r--r--compat.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/compat.h b/compat.h
index 0329151f..1b5eeed5 100644
--- a/compat.h
+++ b/compat.h
@@ -1,4 +1,4 @@
-/* $Id: compat.h,v 1.3 2009-06-25 20:27:31 nicm Exp $ */
+/* $Id: compat.h,v 1.4 2009-07-01 22:43:48 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -86,7 +86,7 @@
#ifdef HAVE_POLL
#include <poll.h>
#else
-#include "compat/bsdpoll.h"
+#include "compat/bsd-poll.h"
#endif
#ifdef HAVE_GETOPT