mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2025-12-25 18:40:08 +01:00
Add missing include file for cmake function check_include_files() (commit 2d2b5af)
This commit is contained in:
parent
58f66e6c40
commit
ee9c52ca33
1 changed files with 1 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
include(CheckIncludeFile)
|
||||
include(CheckIncludeFiles)
|
||||
include(CheckSymbolExists)
|
||||
include(CheckStructMember)
|
||||
include(CheckTypeSize)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue