View | Details | Raw Unified | Return to bug 46627 | Differences between
and this patch

Collapse All | Expand All

(-)../ui/sound/OSS.c (-6 / +1 lines)
Lines 32-43 Link Here
32
#include <sys/types.h>
32
#include <sys/types.h>
33
#include <unistd.h>
33
#include <unistd.h>
34
#include <string.h>
34
#include <string.h>
35
35
#include <sys/soundcard.h>
36
#ifdef __FreeBSD__
37
  #include <machine/soundcard.h>
38
#else
39
  #include <sys/soundcard.h>
40
#endif
41
36
42
#include "TIASound.h"
37
#include "TIASound.h"
43
38

Return to bug 46627