From b4b0659e43f1cd41e6bd67500ef1928291b8b6bc Mon Sep 17 00:00:00 2001 From: hniksic Date: Fri, 30 Nov 2001 00:36:22 -0800 Subject: [PATCH] [svn] Fix preprocessor indentation. --- src/host.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/host.c b/src/host.c index e1c17011..691022b0 100644 --- a/src/host.c +++ b/src/host.c @@ -34,9 +34,9 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #else # include # include -#ifndef __BEOS__ -# include -#endif +# ifndef __BEOS__ +# include +# endif # include #endif /* WINDOWS */