diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2020-05-16 08:49:01 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2020-05-16 08:49:01 +0000 |
commit | 2b99abbf904b991354dd11894f89df4149d78452 (patch) | |
tree | 7115019219898a5af95ff5eab9dd2de4f64c23ed /dist/libxcb/src/xcb_auth.c | |
parent | cce403ce8a020b2a263b96cfadd870d153c1d618 (diff) |
Update to libxcb 1.14 and xcb-proto 1.14. ok tb@
Diffstat (limited to 'dist/libxcb/src/xcb_auth.c')
-rw-r--r-- | dist/libxcb/src/xcb_auth.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dist/libxcb/src/xcb_auth.c b/dist/libxcb/src/xcb_auth.c index 29e2b6f84..26eebbb0c 100644 --- a/dist/libxcb/src/xcb_auth.c +++ b/dist/libxcb/src/xcb_auth.c @@ -34,6 +34,7 @@ #include <sys/param.h> #include <unistd.h> #include <stdlib.h> +#include <time.h> #ifdef __INTERIX /* _don't_ ask. interix has INADDR_LOOPBACK in here. */ |