From: havoc Date: Sat, 3 Aug 2002 20:26:09 +0000 (+0000) Subject: changed linux/soundcard.h to sys/soundcard.h for more portability - doesn't work... X-Git-Tag: RELEASE_0_2_0_RC1~390 X-Git-Url: http://git.xonotic.org/?a=commitdiff_plain;ds=sidebyside;h=8c20fa917bb3a67955297f6f8f4958156b3099ea;p=xonotic%2Fdarkplaces.git changed linux/soundcard.h to sys/soundcard.h for more portability - doesn't work properly on FreeBSD yet, though git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@2173 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/snd_oss.c b/snd_oss.c index 61e8d0eb..9d0856d8 100644 --- a/snd_oss.c +++ b/snd_oss.c @@ -8,7 +8,7 @@ of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. @@ -25,7 +25,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include #include #include -#include +#include #include #include "quakedef.h"