Add missing winpr-wtypes.h header.
This commit is contained in:
parent
17752733fe
commit
9d47ae0a50
@ -93,9 +93,9 @@ noinst_HEADERS = \
|
|||||||
|
|
||||||
# Add compatibility layer for WinPR if not available
|
# Add compatibility layer for WinPR if not available
|
||||||
if ! ENABLE_WINPR
|
if ! ENABLE_WINPR
|
||||||
noinst_HEADERS += compat/winpr-stream.h
|
noinst_HEADERS += compat/winpr-stream.h compat/winpr-wtypes.h
|
||||||
guacsnd_sources += compat/winpr-stream.c
|
guacsnd_sources += compat/winpr-stream.c
|
||||||
guacdr_sources += compat/winpr-stream.c
|
guacdr_sources += compat/winpr-stream.c
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Compile OGG support if available
|
# Compile OGG support if available
|
||||||
|
Loading…
Reference in New Issue
Block a user