diff --git a/src/uifc/uifc.h b/src/uifc/uifc.h
index c76ba75e458e6af85346cf7c97760bfc3ca7b206..97bd41a13ad2f2fb8d1bbc4db2033c899244b4bc 100644
--- a/src/uifc/uifc.h
+++ b/src/uifc/uifc.h
@@ -48,8 +48,6 @@
 #endif
 #if !defined(__unix__)
     #include <io.h>
-#endif
-#if !defined(__FreeBSD__)
 	#include <malloc.h>		/* malloc prototype */
 #endif
 #if (defined(__unix__) || defined(_WIN32)) && !defined(__FLAT__)