1
0
mirror of https://github.com/haiwen/libsearpc.git synced 2025-09-01 04:47:16 +00:00

Fix -Werror=implicit-function-declaration

unistd.h is needed for write, close and read
This commit is contained in:
orbea
2023-04-08 17:13:55 -07:00
parent ae466d2b3b
commit d78aede0e4
2 changed files with 3 additions and 0 deletions

View File

@@ -4,6 +4,7 @@
#include <stdint.h>
#include <stdio.h>
#include <unistd.h>
#include <errno.h>
#ifdef WIN32