$OpenBSD: patch-filter_filter_unsharp_c,v 1.1.1.1 2004/06/18 18:56:46 sturm Exp $
--- filter/filter_unsharp.c.orig	Fri Apr 23 23:27:34 2004
+++ filter/filter_unsharp.c	Fri Apr 23 23:28:05 2004
@@ -38,10 +38,10 @@
 #include "filter.h"
 #include "optstr.h"
 
-#ifndef __FreeBSD__
-#ifdef HAVE_MALLOC_H
-#include <malloc.h>
-#endif
+#ifndef SYS_BSD
+# ifdef HAVE_MALLOC_H
+# include <malloc.h>
+# endif
 #endif
 
 #ifndef MIN
