blob: 598ac6f055b71ec1fb058e3ecd5dd5c571612cae (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- extace/sound.c 2001/01/02 09:31:56 1.1
+++ extace/sound.c 2001/01/02 09:32:16
@@ -24,7 +24,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
|