17 lines
355 B
Plaintext
17 lines
355 B
Plaintext
--- oss.c.orig Sun Mar 21 20:11:24 1999
|
|
+++ oss.c Sun Mar 21 20:11:37 1999
|
|
@@ -20,12 +20,11 @@
|
|
* SBLAST patches by John T. Kohl.
|
|
*/
|
|
|
|
-#include <malloc.h>
|
|
#include <unistd.h>
|
|
#include <stdlib.h>
|
|
#include <stdio.h>
|
|
#include <fcntl.h>
|
|
-#include <sys/soundcard.h>
|
|
+#include <soundcard.h>
|
|
#include <sys/ioctl.h>
|
|
#include <signal.h>
|
|
#include "st.h"
|