From 082b2ecb0848d635eed8b29622bd2e148fb09e88 Mon Sep 17 00:00:00 2001 From: Love Hornquist Astrand Date: Wed, 16 Sep 2009 16:39:37 -0700 Subject: [PATCH] use #ifdef --- lib/roken/roken.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/roken/roken.h.in b/lib/roken/roken.h.in index a1096bf7c..c8724a970 100644 --- a/lib/roken/roken.h.in +++ b/lib/roken/roken.h.in @@ -112,7 +112,7 @@ struct sockaddr_dl; #ifdef HAVE_TERMIOS_H #include #endif -#if defined(HAVE_SYS_IOCTL_H) +#ifdef HAVE_SYS_IOCTL_H #include #endif #ifdef TIME_WITH_SYS_TIME -- 2.11.4.GIT