From ea96d79e21a549204a7f64307059ea877bfb9fd5 Mon Sep 17 00:00:00 2001 From: Björn Jacke Date: Tue, 18 Sep 2012 14:04:06 +0200 Subject: replace: fix 520c9b0b0ae33 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix typo in ifdef. Thanks to Joachim Schmitz for spotting this! Autobuild-User(master): Björn Jacke Autobuild-Date(master): Tue Sep 18 16:06:18 CEST 2012 on sn-devel-104 --- lib/replace/poll.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/replace') diff --git a/lib/replace/poll.c b/lib/replace/poll.c index 27876bb067..1105617b63 100644 --- a/lib/replace/poll.c +++ b/lib/replace/poll.c @@ -33,7 +33,7 @@ #ifdef HAVE_SYS_TIME_H #include #endif -#ifdef HAVE_SYS_IOCTL +#ifdef HAVE_SYS_IOCTL_H #include #endif -- cgit