1 2 3 4 5 6 7 8 9 10 11 12
--- src/sound.c.orig Sat Aug 3 10:25:15 2002 +++ src/sound.c Sat Aug 3 10:25:49 2002 @@ -23,7 +23,9 @@ #include <fcntl.h> #include <gtk/gtk.h> #include <esd.h> +#ifndef __FreeBSD__ #include <asm/errno.h> +#endif #ifdef HAVE_PTHREAD_H #include <pthread.h> #endif