summaryrefslogtreecommitdiff
path: root/audio/mxv/patches/patch-ah
blob: 24754efa97f65863a5158443f519f6344a01fcef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
*** 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"