diff options
author | Thomas Adam <thomas@xteddy.org> | 2018-06-07 09:17:05 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2018-06-07 09:17:05 +0100 |
commit | 91280f1fcaf956cb92fbdc8991b1e58d28f5d243 (patch) | |
tree | d84466dfea040237301a21ad12c423664cb4d73e /client.c | |
parent | 7de25d86e10466ad3a33b944de8d912c1539c3f6 (diff) | |
download | rtmux-91280f1fcaf956cb92fbdc8991b1e58d28f5d243.tar.gz rtmux-91280f1fcaf956cb92fbdc8991b1e58d28f5d243.tar.bz2 rtmux-91280f1fcaf956cb92fbdc8991b1e58d28f5d243.zip |
Linux: include sys/file.h for flock()
Diffstat (limited to 'client.c')
-rw-r--r-- | client.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -20,6 +20,7 @@ #include <sys/socket.h> #include <sys/un.h> #include <sys/wait.h> +#include <sys/file.h> #include <errno.h> #include <event.h> |