$NetBSD: patch-src_digitemp.c,v 1.1.1.1 2011/10/29 06:08:03 errellion Exp $ --- src/digitemp.c.orig 2008-08-28 04:42:48.000000000 +0000 +++ src/digitemp.c @@ -79,10 +79,10 @@ #if DARWIN #include #endif -#if FREEBSD +#if FREEBSD || NETBSD #include #endif -#if !defined(DARWIN) && !defined(FREEBSD) +#if !defined(DARWIN) && !defined(FREEBSD) && !defined(NETBSD) #include #endif