$NetBSD: patch-ab,v 1.5 2000/09/30 17:24:50 hubertf Exp $ --- cam.h.orig Mon Oct 21 20:08:08 1996 +++ cam.h @@ -21,9 +21,19 @@ */ #include <stdio.h> +#ifdef __NetBSD__ +#include <curses.h> +#else #include <ncurses.h> +#endif #include <signal.h> +#if defined(__FreeBSD__) +#include <machine/soundcard.h> +#elif defined(__NetBSD__) +#include <soundcard.h> +#else #include <sys/soundcard.h> +#endif #include <fcntl.h> #include "sounds.h"