X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fsound.h;h=0811e5a21bb2c00f50f9149bea01400f1897be5c;hb=629ac5b85f0d60b24828590de3430c52f42607dc;hp=ca97ff0a39f735a7cccb6ce700b8ee949cb20f71;hpb=50c422d96b6da2c0412b6bd3763e9d1a029a6014;p=rocksndiamonds.git diff --git a/src/sound.h b/src/sound.h index ca97ff0a..0811e5a2 100644 --- a/src/sound.h +++ b/src/sound.h @@ -22,8 +22,14 @@ #ifndef VOXWARE #define VOXWARE #endif + +#if 0 /* where is the right declaration for 'ioctl'? */ extern void ioctl(long, long, void *); +#else +#include +#endif + #endif #ifdef __FreeBSD__