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

Collapse All | Expand All

(-)speech_tools/audio/voxware.cc (-1 / +1 lines)
Lines 61-67 Link Here
61
#include "EST_error.h"
61
#include "EST_error.h"
62
62
63
#ifdef SUPPORT_FREEBSD16
63
#ifdef SUPPORT_FREEBSD16
64
#include <machine/soundcard.h>
64
#include <sys/soundcard.h>
65
#include <fcntl.h>
65
#include <fcntl.h>
66
int freebsd16_supported = TRUE;
66
int freebsd16_supported = TRUE;
67
int linux16_supported = FALSE;
67
int linux16_supported = FALSE;

Return to bug 49056