alsa-project / alsa-lib

The Advanced Linux Sound Architecture (ALSA) - library
GNU Lesser General Public License v2.1
366 stars 177 forks source link

include/sound/type_compat.h: fix include guard #247

Closed jg1uaa closed 2 years ago

jg1uaa commented 2 years ago

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)

jg1uaa commented 2 years ago

close this PR, see https://github.com/alsa-project/alsa-lib/pull/250#pullrequestreview-1063255461