__SOUNDLIB_H changed to __ASOUNDLIB_H

This commit is contained in:
Jaroslav Kysela 1998-08-31 15:00:01 +00:00
parent 17eee230c2
commit 8b58db99f2
2 changed files with 3 additions and 3 deletions

View file

@ -2,4 +2,4 @@
*
*/
#endif /* __SOUNDLIB_H */
#endif /* __ASOUNDLIB_H */

View file

@ -19,8 +19,8 @@
*
*/
#ifndef __SOUNDLIB_H
#define __SOUNDLIB_H
#ifndef __ASOUNDLIB_H
#define __ASOUNDLIB_H
#include <linux/asound.h>
#include <unistd.h>