forked from pool/audacity
13 lines
371 B
Diff
13 lines
371 B
Diff
|
Index: lib-src/portmixer/src/px_unix_oss.c
|
||
|
===================================================================
|
||
|
--- lib-src/portmixer/src/px_unix_oss.c.orig
|
||
|
+++ lib-src/portmixer/src/px_unix_oss.c
|
||
|
@@ -44,6 +44,7 @@
|
||
|
#include <sys/types.h>
|
||
|
#include <sys/stat.h>
|
||
|
#include <sys/ioctl.h>
|
||
|
+#include <ctype.h>
|
||
|
|
||
|
#if defined(HAVE_SYS_SOUNDCARD_H)
|
||
|
# include <sys/soundcard.h>
|