doc: add missing include pcm_plugin.h to source files

Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
Jaroslav Kysela 2025-11-07 21:52:31 +01:00
parent ea0a075c40
commit f77ab152b8

View file

@ -16,6 +16,7 @@ INPUT = @top_srcdir@/doc/index.doxygen \
@top_srcdir@/include/conf.h \ @top_srcdir@/include/conf.h \
@top_srcdir@/include/control.h \ @top_srcdir@/include/control.h \
@top_srcdir@/include/pcm.h \ @top_srcdir@/include/pcm.h \
@top_srcdir@/include/pcm_plugin.h \
@top_srcdir@/include/rawmidi.h \ @top_srcdir@/include/rawmidi.h \
@top_srcdir@/include/ump.h \ @top_srcdir@/include/ump.h \
@top_srcdir@/include/ump_msg.h \ @top_srcdir@/include/ump_msg.h \