mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-24 13:01:58 +00:00
Fixed compiling newtree with alsa 0.9 so it doesn't die with -Werror enabled
Just enough to get it compiling again, I don't actually use this - if someone actually is using this seriously and this makes it stop working I'll see what I can do about the depreciated warnings I'm seeing when the clients are lding. Tim McGrath (Misty-chan)
This commit is contained in:
parent
36b83eae86
commit
86f6ce2265
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
#include <sys/asoundlib.h>
|
#include <alsa/asoundlib.h>
|
||||||
|
|
||||||
#include "qtypes.h"
|
#include "qtypes.h"
|
||||||
#include "sound.h"
|
#include "sound.h"
|
||||||
|
|
Loading…
Reference in a new issue