$NetBSD: patch-ap,v 1.5 2014/03/25 23:06:07 asau Exp $ --- src/pcm/pcm_file.c.orig 2009-05-06 07:07:23.000000000 +0000 +++ src/pcm/pcm_file.c @@ -26,8 +26,10 @@ * */ +#if !defined(__NetBSD__) && !defined(__FreeBSD__) && !defined(__DragonFly__) && !defined(__sun) #include #include +#endif #include #include #include "pcm_local.h"