diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/wayland-client-core.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wayland-client-core.h b/src/wayland-client-core.h index 157da43..a70d4f0 100644 --- a/src/wayland-client-core.h +++ b/src/wayland-client-core.h @@ -27,7 +27,6 @@ #define WAYLAND_CLIENT_CORE_H #include <stdint.h> -#include <time.h> #include "wayland-util.h" #include "wayland-version.h" @@ -35,6 +34,8 @@ extern "C" { #endif +struct timespec; + /** \class wl_proxy * * \brief Represents a protocol object on the client side. |
