# HG changeset patch # User jbe # Date 1612530714 -3600 # Node ID 73303a85266f06ebfd3cbe9c606b26e0ef1c3eb6 # Parent fb8f86d3703ed0c7cd26e7e72d09d347794b970b Added missing include of fcntl.h to avoid compiler warning under Linux diff -r fb8f86d3703e -r 73303a85266f moonbridge.c --- a/moonbridge.c Mon Jan 04 04:09:35 2021 +0100 +++ b/moonbridge.c Fri Feb 05 14:11:54 2021 +0100 @@ -23,6 +23,7 @@ #include #include #include +#include #include #include #include