From db42972f3c95144f9b6b7458d0546c2fcf56ea92 Mon Sep 17 00:00:00 2001
From: Ron Yorston <rmy@pobox.com>
Date: Fri, 30 Mar 2012 12:45:19 +0100
Subject: Remove unnecessary conditional compilation

---
 libbb/safe_gethostname.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/libbb/safe_gethostname.c b/libbb/safe_gethostname.c
index 580baafab..16c966e58 100644
--- a/libbb/safe_gethostname.c
+++ b/libbb/safe_gethostname.c
@@ -25,9 +25,7 @@
  */
 
 #include "libbb.h"
-#if !ENABLE_PLATFORM_MINGW32
 #include <sys/utsname.h>
-#endif
 
 /*
  * On success return the current malloced and NUL terminated hostname.
-- 
cgit v1.2.3-55-g6feb