Add support for Windows CE to the code base.
[platform/upstream/dbus.git] / dbus / dbus-sysdeps.h
index c8c249a..4dcda1e 100644 (file)
 #include <sys/poll.h>
 #endif
 
+#ifdef DBUS_WINCE
+/* Windows CE lacks some system functions (such as errno and clock).
+   We bring them in here.  */
+#include "dbus-sysdeps-wince-glue.h"
+#endif
+
 DBUS_BEGIN_DECLS
 
 #ifdef DBUS_WIN