1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/audio/mxv/files/patch-ah
1997-04-17 07:05:40 +00:00

17 lines
356 B
Plaintext

*** vw_converter.C.orig Thu Apr 17 14:49:48 1997
--- vw_converter.C Thu Apr 17 14:50:17 1997
***************
*** 27,33 ****
--- 27,37 ----
#pragma implementation
#endif
+ #ifdef __FreeBSD__
+ #include <machine/soundcard.h>
+ #else
#include <sys/soundcard.h>
+ #endif
#include "localdefs.h"
#include "application.h"
#include "vw_converter.h"