summaryrefslogtreecommitdiff
path: root/src/socket.c
diff options
context:
space:
mode:
authorAmadeusz Sławiński <amade@asmblr.net>2013-01-19 03:25:15 +0100
committerAmadeusz Sławiński <amade@asmblr.net>2015-06-25 16:37:44 +0200
commit0f63134ea1ba030c1ffdc2e5c550f2d5a8c06e14 (patch)
tree5c71a72c521381441f3a4b75df67757ac703d2b7 /src/socket.c
parenta8ce85b422e5c4226968cc16b20798cfda8867cf (diff)
downloadscreen-0f63134ea1ba030c1ffdc2e5c550f2d5a8c06e14.tar.gz
fix implicit utime declaration
Diffstat (limited to 'src/socket.c')
-rw-r--r--src/socket.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/socket.c b/src/socket.c
index 37f1eba..1673818 100644
--- a/src/socket.c
+++ b/src/socket.c
@@ -35,6 +35,7 @@
#include <sys/uio.h>
#endif
#include <sys/un.h>
+#include <utime.h>
#ifndef SIGINT
#include <signal.h>