Fix proper include place

This commit is contained in:
Andrey A. Chernov 1994-04-24 00:07:35 +00:00
parent 500d826865
commit ce728ca011
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=1409

View File

@ -30,7 +30,11 @@
#include "sound_config.h"
#if defined(CONFIGURE_SOUNDCARD) && !defined(EXCLUDE_GUS)
#ifdef __FreeBSD__
#include <machine/ultrasound.h>
#else
#include "ultrasound.h"
#endif
#include "gus_hw.h"
#define MIX_DEVS (SOUND_MASK_MIC|SOUND_MASK_LINE| \