mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-02-26 01:40:07 -05:00
include/sound/type_compat.h: fix include guard
include/sound/type_compat.h uses #define __TYPE_COMPAT_H but it conflicts same include guard of include/type_compat.h now, include/sound/type_compat.h uses #define __SOUND_TYPE_COMPAT_H this is already done in NetBSD's pkgsrc patch. (thanks to tsutsui@netbsd.org)
This commit is contained in:
parent
351a237b2d
commit
07fe82cb9b
1 changed files with 3 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
#ifndef __TYPE_COMPAT_H
|
#ifndef __SOUND_TYPE_COMPAT_H
|
||||||
#define __TYPE_COMPAT_H
|
#define __SOUND_TYPE_COMPAT_H
|
||||||
|
|
||||||
#ifndef DOC_HIDDEN
|
#ifndef DOC_HIDDEN
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
@ -58,4 +58,4 @@ typedef int64_t __s64;
|
||||||
|
|
||||||
#endif /* DOC_HIDDEN */
|
#endif /* DOC_HIDDEN */
|
||||||
|
|
||||||
#endif /* __TYPE_COMPAT_H */
|
#endif /* __SOUND_TYPE_COMPAT_H */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue