]> git.alsa-project.org Git - alsa-lib.git/commit
include/sound/type_compat.h: fix include guard
authorSASANO Takayoshi <uaa@uaa.org.uk>
Fri, 1 Jul 2022 20:55:11 +0000 (05:55 +0900)
committerJaroslav Kysela <perex@perex.cz>
Fri, 8 Jul 2022 15:32:51 +0000 (17:32 +0200)
commit9230d000b373885376dd2c2110edd186ee57b7a7
tree00aa25c804f5e87fa35c80aed24956ac75884419
parentcfd3da47fa0f094d541ff596c1a0c24e6dc9d3e2
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)

Signed-off-by: SASANO Takayoshi <uaa@uaa.org.uk>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
include/sound/type_compat.h