This commit is contained in:
jun7 2020-04-24 18:05:33 +09:00
parent 19aff205ed
commit c2271db540

View File

@ -23,6 +23,8 @@ along with wyebrun. If not, see <http://www.gnu.org/licenses/>.
//flock
#include <sys/file.h>
// for musl-libc havent fcntl in file.h
#include <fcntl.h>
//monitor
#include <gio/gio.h>