moonbridge

changeset 330:73303a85266f

Added missing include of fcntl.h to avoid compiler warning under Linux
author jbe
date Fri Feb 05 14:11:54 2021 +0100 (2021-02-05)
parents fb8f86d3703e
children 247d9d029306
files moonbridge.c
line diff
     1.1 --- a/moonbridge.c	Mon Jan 04 04:09:35 2021 +0100
     1.2 +++ b/moonbridge.c	Fri Feb 05 14:11:54 2021 +0100
     1.3 @@ -23,6 +23,7 @@
     1.4  #include <errno.h>
     1.5  #include <unistd.h>
     1.6  #include <signal.h>
     1.7 +#include <fcntl.h>
     1.8  #include <sys/wait.h>
     1.9  #include <sys/resource.h>
    1.10  #include <poll.h>

Impressum / About Us