diff options
Diffstat (limited to 'cmake/config.h.cmake')
-rw-r--r-- | cmake/config.h.cmake | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cmake/config.h.cmake b/cmake/config.h.cmake index eaec1e98..729080f7 100644 --- a/cmake/config.h.cmake +++ b/cmake/config.h.cmake @@ -248,4 +248,8 @@ #define inline __inline #endif +#ifdef DBUS_WIN +#define FD_SETSIZE @FD_SETSIZE@ +#endif + #endif // _DBUS_CONFIG_H |