fix compiling on musl

This commit is contained in:
xfnw 2022-01-16 11:52:22 -05:00
parent 548abe4349
commit 7d31364977
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
#include <fcntl.h>
#include <stdio.h>
#include <string.h>
#include <stdlib.h>